Improve pytest ergonomics

1. Disable perf tests by default
2. Add instruction to run tests in parallel
This commit is contained in:
Dmitry Rodionov
2022-09-26 21:47:08 +03:00
committed by Kirill Bulatov
parent 9b9bbad462
commit 5cf53786f9
2 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ filterwarnings =
ignore:record_property is incompatible with junit_family:pytest.PytestWarning
addopts =
-m 'not remote_cluster'
--ignore=test_runner/performance
markers =
remote_cluster
testpaths =