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 bd8a351 commit dfaeaebCopy full SHA for dfaeaeb
services/web/server/setup.cfg
@@ -12,6 +12,7 @@ commit_args = --no-verify
12
[tool:pytest]
13
addopts = --strict-markers
14
asyncio_mode = auto
15
+asyncio_default_fixture_loop_scope = function
16
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."
0 commit comments