Skip to content

Commit 1d60f82

Browse files
committed
Updated test instructions.
1 parent 57d1947 commit 1d60f82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Running Tests
3737

3838
To run the test suite::
3939

40-
./runtests.py
40+
python tests/runtests.py
4141

42-
To run the test suite with Django custom user::
42+
To run the test suite with Django custom user (this will run only on Django 1.5)::
4343

44-
./runtests_custom_user.py
44+
python tests/runtests_custom_user.py
4545

4646
Changelog
4747
---------

0 commit comments

Comments
 (0)