We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4665d7 commit 4feb9afCopy full SHA for 4feb9af
1 file changed
pyproject.toml
@@ -241,6 +241,7 @@ asyncio_mode = "strict"
241
asyncio_default_fixture_loop_scope = "function"
242
markers = [
243
"performance: marks tests as performance tests (deselect with '-m \"not performance\"')",
244
+ "benchmark: marks tests as benchmark tests for comparing implementation methods",
245
]
246
247
[tool.pytest-watcher]
0 commit comments