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 7c4609b commit 52ee109Copy full SHA for 52ee109
datadog_checks_dev/setup.cfg
@@ -0,0 +1,6 @@
1
+# (C) Datadog, Inc. 2023-present
2
+# All rights reserved
3
+# Licensed under a 3-clause BSD style license (see LICENSE)
4
+[tool:pytest]
5
+addopts = "--ignore=tests/tooling"
6
+testpaths = tests
teamcity/setup.cfg
@@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
[tool:pytest]
-addopts = --ignore=tests/docker
+addopts = "--ignore=tests/docker"
0 commit comments