Skip to content

Update individual test commands and add to main README #87

@gaurav

Description

@gaurav

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 Poetry pytest, the command should be run as poetry run pytest -vv test_onehops.py --kp_id=molepro --ara_id=SKIP.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions