Skip to content

Commit 86f12b6

Browse files
author
Jon Duckworth
authored
Merge pull request #497 from l0b0/do-not-override-source-in-test-script
refactor: Don't override source in test script
2 parents bfb2e10 + d83adc3 commit 86f12b6

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
@@ -11,5 +11,5 @@ echo " -- RUNNING UNIT TESTS --"
1111
echo
1212

1313
# Test suite with coverage enabled
14-
coverage run --source=pystac/ -m unittest discover tests/
14+
coverage run -m unittest discover tests
1515
coverage xml

0 commit comments

Comments
 (0)