You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if those instructions were added to the root README file so that they are easier to find.
These instructions refer to e.g. pytest -vv test_onehops.py --kp_id=molepro --ara_id=SKIP, but I've found this command requires two additional instructions to make it work:
That test file is actually at tests/onehop/test_onehops.py
This attempts to use the system pytest -- to use the Poetry pytest, the command should be run as poetry run pytest -vv test_onehops.py --kp_id=molepro --ara_id=SKIP.
The one-hop README contains instructions on running individual tests at https://github.com/TranslatorSRI/SRI_testing/tree/d034e836bca2c7116778abcb9bd356bb5e36cac6/tests/onehop#running-the-tests.
pytest -vv test_onehops.py --kp_id=molepro --ara_id=SKIP, but I've found this command requires two additional instructions to make it work:tests/onehop/test_onehops.pypytest-- to use the Poetrypytest, the command should be run aspoetry run pytest -vv test_onehops.py --kp_id=molepro --ara_id=SKIP.