We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162aadd commit 4abdfd5Copy full SHA for 4abdfd5
metadata-ingestion/setup.cfg
@@ -73,7 +73,7 @@ disallow_untyped_defs = yes
73
74
[tool:pytest]
75
asyncio_mode = auto
76
-#addopts = --cov=src --cov-report= --cov-config setup.cfg --strict-markers
+addopts = --cov=src --cov-report= --cov-config setup.cfg --strict-markers
77
markers =
78
slow: marks tests that are slow to run, including all docker-based tests (deselect with '-m not slow')
79
integration: marks all integration tests, across all batches (deselect with '-m "not integration"')
0 commit comments