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 17378d0 commit c1c166aCopy full SHA for c1c166a
tests/conftest.py
@@ -374,6 +374,10 @@ def pytest_configure(config: pytest.Config) -> None:
374
"markers",
375
"requires_api_keys: mark test as requiring API keys",
376
)
377
+ config.addinivalue_line(
378
+ "markers",
379
+ "benchmark: mark test as a benchmark test",
380
+ )
381
config.addinivalue_line(
382
383
"integration: mark test as an integration test (requires running memory server)",
0 commit comments