Closed sobolevnrm closed 4 years ago
Are these tests really duplicates?
python -m pytest
runs one test and it passes.
Running python runtest.py
produces one failure:
RUNNING 1HPX-warn
ERR:
Failed to execute PROPKA on 1HPX-warn
See: 1HPX-warn.out
propka31.py: error: unrecognized arguments: --quiet
@speleo3 is correct. To make it easier to add/extend tests, I'd like to upgrade PROPKA from unittest to pytest. Any concerns?
I'd like to remove the redundant tests--I think @orbeckst started this process.
@orbeckst and @speleo3 -- can you please take a look?