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 85f1fbb commit 3d7f00bCopy full SHA for 3d7f00b
services/web/server/setup.cfg
@@ -13,13 +13,13 @@ commit_args = --no-verify
13
addopts = --strict-markers
14
asyncio_mode = auto
15
asyncio_default_fixture_loop_scope = function
16
-markers =
+markers =
17
slow: marks tests as slow (deselect with '-m "not slow"')
18
acceptance_test: "marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
19
testit: "marks test to run during development"
20
heavy_load: "mark tests that require large amount of data"
21
22
[mypy]
23
-plugins =
+plugins =
24
pydantic.mypy
25
sqlalchemy.ext.mypy.plugin
0 commit comments