Skip to content

Commit 4a2e51c

Browse files
committed
Running tests requires requirements-test.txt to be installed
1 parent 125dc19 commit 4a2e51c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Running tests:
7979

8080
```bash
8181
# All tests
82+
pip install -r requirements-test.txt
8283
python manage.py test
8384

8485
# Single tests module

requirements-test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
coverage==4.2
2-
mock>=2.0.0
1+
pytest==3.7.2

0 commit comments

Comments
 (0)