Files
Thomas Holder 0aafca7f73 Typing: Options
2023-12-16 09:35:35 +01:00
..
2023-10-20 23:22:17 +02:00
2023-10-20 23:22:17 +02:00
2020-07-15 13:50:24 +01:00
2020-05-23 08:40:17 -07:00
2020-05-25 14:44:53 -07:00
2023-12-16 09:35:35 +01:00
2020-11-17 23:31:24 +00:00

Testing PROPKA

These tests assume that PROPKA is installed as a module on your system the dependencies in ../requirements.txt are satisfied. 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.