Skip to content

Commit c1c166a

Browse files
committed
add new benchmark pytest mark
1 parent 17378d0 commit c1c166a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,10 @@ def pytest_configure(config: pytest.Config) -> None:
374374
"markers",
375375
"requires_api_keys: mark test as requiring API keys",
376376
)
377+
config.addinivalue_line(
378+
"markers",
379+
"benchmark: mark test as a benchmark test",
380+
)
377381
config.addinivalue_line(
378382
"markers",
379383
"integration: mark test as an integration test (requires running memory server)",

0 commit comments

Comments
 (0)