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.
2 parents dc41917 + d707779 commit 5e1f9b7Copy full SHA for 5e1f9b7
scripts/test
@@ -13,7 +13,7 @@ fi
13
set -e
14
15
# Run tests
16
-RECURLY_STRICT_MODE=true coverage run --omit=recurly/client.py,recurly/resources.py --source recurly setup.py test
+RECURLY_STRICT_MODE=true coverage run --omit=recurly/client.py,recurly/resources.py --source recurly -m unittest discover -s tests -t .
17
18
# Prep html report
19
coverage html
0 commit comments