Skip to content

Commit 6b3dab5

Browse files
author
embs
committed
Add testing instructions to the README
1 parent f14e52d commit 6b3dab5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,11 @@ Gitless's code so that your edits are consistent with the codebase
114114
- Finally, if you don't want [Travis](
115115
https://travis-ci.org/sdg-mit/gitless "Travis") to
116116
be mad at you, check that tests pass in Python 2.7 and 3.2+
117+
118+
Tests can be run with
119+
120+
```
121+
pip install nose
122+
nosetests # run tests other than end-to-end tests
123+
nosetests ./gitless/tests/test_e2e.py # run end-to-end tests
124+
```

0 commit comments

Comments
 (0)