Skip to content

Commit bcc8065

Browse files
committed
Debug
1 parent 0414f8b commit bcc8065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def standalone_tests(c, uvloop=False, protocol=2, profile=False, redis_mod_url=N
6161
)
6262
else:
6363
run(
64-
f"pytest {profile_arg} --protocol={protocol} {redis_mod_url} --cov=./ --cov-report=xml:coverage_resp{protocol}.xml -m 'not onlycluster and not graph' --junit-xml=standalone-resp{protocol}-results.xml",
65-
echo=True
64+
f"pytest -vvv {profile_arg} --protocol={protocol} {redis_mod_url} --cov=./ --cov-report=xml:coverage_resp{protocol}.xml -m 'not onlycluster and not graph' --junit-xml=standalone-resp{protocol}-results.xml",
65+
echo=True,
6666
)
6767

6868

0 commit comments

Comments
 (0)