-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The one-hop README contains instructions on running individual tests at https://github.com/TranslatorSRI/SRI_testing/tree/d034e836bca2c7116778abcb9bd356bb5e36cac6/tests/onehop#running-the-tests.
- 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 Poetrypytest, the command should be run aspoetry run pytest -vv test_onehops.py --kp_id=molepro --ara_id=SKIP.
- That test file is actually at
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels