1 parent 5ecdbbc commit 1f6ca90Copy full SHA for 1f6ca90
1 file changed
runtests.sh
@@ -3,11 +3,11 @@
3
4
cd $(dirname $0)
5
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)
+# Run any one of the following three commands.
+# Personally I prefer pytest because it has a neat output but travis-ci uses
+# nosetests. The choice of choosing nosetests or pytest should not make a
+# difference to the way tests are run (a test failing under nosetests *will*
+# fail under pytests and the other way round.
11
12
# python -m snowplowtracker.test.runtests "$@"
13
# nosetests
0 commit comments