Skip to content

Commit 5e1f9b7

Browse files
authored
Merge pull request #729 from recurly/fix-ci
fix: Update test runner
2 parents dc41917 + d707779 commit 5e1f9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313
set -e
1414

1515
# Run tests
16-
RECURLY_STRICT_MODE=true coverage run --omit=recurly/client.py,recurly/resources.py --source recurly setup.py test
16+
RECURLY_STRICT_MODE=true coverage run --omit=recurly/client.py,recurly/resources.py --source recurly -m unittest discover -s tests -t .
1717

1818
# Prep html report
1919
coverage html

0 commit comments

Comments
 (0)