We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fafa2 commit 38c5ebfCopy full SHA for 38c5ebf
pytest.ini
test/pytest.ini
@@ -3,4 +3,6 @@ addopts = --color=yes
3
python_files =
4
test_*.py
5
markers =
6
- slow: tests not completing in a few seconds
+ slow: tests not completing in a few seconds
7
+ timing: mark test as time profiling test
8
+ memory: mark test as memory profiling test
0 commit comments