We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f14e52d + f1d46cb commit c736e29Copy full SHA for c736e29
README.md
@@ -113,4 +113,9 @@ Gitless's code so that your edits are consistent with the codebase
113
114
- Finally, if you don't want [Travis](
115
https://travis-ci.org/sdg-mit/gitless "Travis") to
116
-be mad at you, check that tests pass in Python 2.7 and 3.2+
+be mad at you, check that tests pass in Python 2.7 and 3.2+. Tests can be run with
117
+ ```
118
+ pip install nose
119
+ nosetests # run tests other than end-to-end tests
120
+ nosetests ./gitless/tests/test_e2e.py # run end-to-end tests
121
0 commit comments