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 22fecc5 commit e5451a8Copy full SHA for e5451a8
services/storage/setup.cfg
@@ -7,17 +7,16 @@ commit_args = --no-verify
7
8
[bumpversion:file:VERSION]
9
10
-[bumpversion:file:./src/simcore_service_storage/api/v0/openapi.yaml]
11
12
[tool:pytest]
13
asyncio_mode = auto
14
-markers =
+markers =
15
slow: marks tests as slow (deselect with '-m "not slow"')
16
acceptance_test: "marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
17
testit: "marks test to run during development"
18
heavy_load: "mark tests that require large amount of data"
19
20
[mypy]
21
-plugins =
+plugins =
22
pydantic.mypy
23
sqlalchemy.ext.mypy.plugin
0 commit comments