PROPKA testing working with pytest.

This commit is contained in:
Nathan Baker
2020-05-21 15:50:23 -07:00
parent fc27d8bfc3
commit f13d3d8121
9 changed files with 171 additions and 227 deletions

15
tests/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Testing PROPKA
These tests assume that PROPKA is installed as a module on your system.
If you are running in a virtual environment and want to make changes to your
code, module installation accomplished by
```
pip install -e .
```
from the top level of the PROPKA source directory.
Once PROPKA is available as a module, the tests can be run by
```
python -m pytest tests
```
either in the top-level directory or `tests` subdirectory.