1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #23289 -- Added mock as a test dependency.

This commit is contained in:
Tim Graham
2014-11-29 11:45:06 -05:00
parent 43fcf3505e
commit 82e4f956e3
6 changed files with 34 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
To run the test suite::
$ cd tests
$ pip install -r requirements/py3.txt # or py2.txt
$ PYTHONPATH=..:$PYTHONPATH ./runtests.py
For more information about the test suite, see