We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb02ca commit 4f6564eCopy full SHA for 4f6564e
tasks.py
@@ -75,7 +75,7 @@ def install_minimum(c):
75
def minimum(c):
76
install_minimum(c)
77
c.run('python -m pip check')
78
- c.run('python -m pytest')
+ c.run('python -m pytest ./tests/unit')
79
80
81
@task
0 commit comments