Skip to content

Commit 4feb9af

Browse files
committed
pyproject(chore): Add benchmark pytest marker
why: Avoid PytestUnknownMarkWarning for benchmark tests. what: - Register 'benchmark' marker for copy method benchmark tests
1 parent c4665d7 commit 4feb9af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ asyncio_mode = "strict"
241241
asyncio_default_fixture_loop_scope = "function"
242242
markers = [
243243
"performance: marks tests as performance tests (deselect with '-m \"not performance\"')",
244+
"benchmark: marks tests as benchmark tests for comparing implementation methods",
244245
]
245246

246247
[tool.pytest-watcher]

0 commit comments

Comments
 (0)