/sword-test

Test collection for Sword module development

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

sword-test

This repository is a collection of test cases for Sword module development.

Installation

virtualenv -p python3 venv
. venv/bin/activate
pip install -r requirements.txt

Usage

pytest --modulename HunKal --moduleconf ../HunKal/hunkal.conf --modulexml ../HunKal/osis.xml

The argument names speak for themselves.