File: README.md

package info (click to toggle)
propka 3.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,920 kB
  • sloc: python: 7,156; makefile: 39
file content (16 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.