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 7b43f5f commit 68ecc4aCopy full SHA for 68ecc4a
pyproject.toml
@@ -114,10 +114,16 @@ exclude = '''
114
)
115
'''
116
117
+[tool.pytest.ini_options]
118
+minversion = "6.0"
119
+addopts = "-ra -vv"
120
+testpaths = "./tests"
121
+markers = "perf: marks perf tests to be deselected (deselect with '-m \"not perf\"')"
122
+
123
[build-system]
124
requires = ["poetry>=0.12"]
125
build-backend = "poetry.masonry.api"
126
127
# NOTE
-# As of now, Feb 2020, flake8 and pytest don't support pyproject
128
+# As of now, Feb 2020, flake8 don't support pyproject
129
# For latest: https://github.com/flying-sheep/awesome-python-packaging
pytest.ini
0 commit comments