Skip to content

Commit 5947df7

Browse files
committed
build(pytest): Register benchmark marker in pytest config
Add 'benchmark' marker to pytest configuration to eliminate warnings when running control mode benchmark tests. Marker: benchmark - Performance benchmark tests Location: tests/control_mode/test_benchmarks.py
1 parent 20ea64f commit 5947df7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ testpaths = [
227227
"docs",
228228
"README.md",
229229
]
230+
markers = [
231+
"benchmark: Performance benchmark tests",
232+
]
230233
filterwarnings = [
231234
"ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::",
232235
"ignore::DeprecationWarning:libtmux.*:",

0 commit comments

Comments
 (0)