We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e71a5 commit b1d9753Copy full SHA for b1d9753
tasks/test.py
@@ -16,3 +16,4 @@ def run(ctx, allow_no_tests=False):
16
def cov(ctx):
17
"""Run test covreage check"""
18
ctx.run(f"{VENV_PREFIX} pytest --cov=send_mail.py,render_mail.py tests/", pty=True)
19
+ ctx.run(f"{VENV_PREFIX} tox, pty=True)
0 commit comments