reanahub / reana-workflow-engine-serial

REANA Workflow Engine Serial
http://reana-workflow-engine-serial.readthedocs.org
MIT License
0 stars 33 forks source link

tests: allow execution of selected pytests only #188

Closed tiborsimko closed 1 year ago

tiborsimko commented 1 year ago

Allows execution of selected pytests via PYTESTARG environment variable. Example:

$ PYTESTARG=tests/test_version.py ./run-tests.sh --check-pytest

Adds forgotten test for version number.

Closes reanahub/reana#755.

codecov[bot] commented 1 year ago

Codecov Report

Merging #188 (61bc87d) into master (5d98b43) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/reanahub/reana-workflow-engine-serial/pull/188/graphs/tree.svg?width=650&height=150&src=pr&token=DA3ukTN8kq&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub)](https://app.codecov.io/gh/reanahub/reana-workflow-engine-serial/pull/188?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub) ```diff @@ Coverage Diff @@ ## master #188 +/- ## ======================================= Coverage 28.47% 28.47% ======================================= Files 5 5 Lines 144 144 ======================================= Hits 41 41 Misses 103 103 ```