Skip to content

Commit 1f6ca90

Browse files
committed
Update info on options to use runtests.sh
1 parent 5ecdbbc commit 1f6ca90

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

runtests.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
cd $(dirname $0)
55

6-
# "python -m" differs from "python snowplow/test/runtests.py" in how it sets
7-
# up the default python path. "python -m" uses the current directory,
8-
# while "python file.py" uses the directory containing "file.py" (which is
9-
# not what you want if file.py appears within a package you want to import
10-
# from)
6+
# Run any one of the following three commands.
7+
# Personally I prefer pytest because it has a neat output but travis-ci uses
8+
# nosetests. The choice of choosing nosetests or pytest should not make a
9+
# difference to the way tests are run (a test failing under nosetests *will*
10+
# fail under pytests and the other way round.
1111

1212
# python -m snowplowtracker.test.runtests "$@"
1313
# nosetests

0 commit comments

Comments
 (0)