clarify comment

This commit is contained in:
Kevin Burke
2014-08-23 10:10:44 -07:00
parent e70179a620
commit 024db279c4
+1 -1
View File
@@ -5,7 +5,7 @@ init:
test:
# This runs all of the tests. To run an individual test, run py.test with
# the -k flag, like "py.test -k "
# the -k flag, like "py.test -k test_path_is_not_double_encoded"
py.test test_requests.py
coverage: