We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4254c5c commit 5839465Copy full SHA for 5839465
1 file changed
tox.ini
@@ -26,7 +26,7 @@ deps =
26
allowlist_externals = mkdir
27
commands =
28
mkdir -p plugins/magma/dist/assets
29
- coverage run -p -m pytest --tb=short --asyncio-mode=auto tests
+ coverage run -p -m pytest --tb=short --asyncio-mode=auto tests -v
30
31
[testenv:style]
32
deps = pre-commit
0 commit comments