We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d6c6e commit 647556bCopy full SHA for 647556b
pytest.ini
@@ -1,6 +1,7 @@
1
[pytest]
2
+faulthandler_timeout=180
3
markers =
4
slow: marks tests as slow (deselect with '-m "not slow"')
5
timeout: marks test timeout duration
6
asyncio: marks that run async tests
- repeat: marks that test run n times
7
+ repeat: marks that test run n times
0 commit comments