aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 3 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index b7593ce..41d118e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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