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 916895e commit 9210c80Copy full SHA for 9210c80
pytest.ini
@@ -1,2 +1,6 @@
1
[pytest]
2
python_files = test_*.py
3
+markers =
4
+ unit: Run unit tests
5
+ integration: Run integration tests
6
+ asyncio: Run asyncio relates tests
0 commit comments