diff options
author | Frederick Muriuki Muriithi | 2022-02-12 07:33:42 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-02-12 07:33:42 +0300 |
commit | 00cd52204646f283cfaf413e67755cd9f0acfff0 (patch) | |
tree | 9d9459b70f23b4042ea609a0ca35638af8afad84 /setup.cfg | |
parent | d0c7631276223aae6954f7643abac262aa080e50 (diff) | |
download | genenetwork3-00cd52204646f283cfaf413e67755cd9f0acfff0.tar.gz |
Provide custom class to run tests
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,5 +1,4 @@ [aliases] -check = pytest -unit_check = check --addopts=tests/unit -integration_check = check --addopts=tests/integration -performance_check = check --addopts=tests/performance +run_unit_tests = run_tests --type=unit +run_integration_tests = run_tests --type=integration +run_performance_tests = run_tests --type=performance |