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 ff3dbb4 commit ab5d950Copy full SHA for ab5d950
pyproject.toml
@@ -160,3 +160,6 @@ max-args=10
160
[tool.pytest.ini_options]
161
minversion = "6.0"
162
addopts = "--verbose --durations=0 --durations-min=0.2 --doctest-modules --mpl --mpl-results-path=results"
163
+markers = [
164
+ "benchmark: mark a test with custom benchmark settings.",
165
+]
0 commit comments