1
0
mirror of https://github.com/django/django.git synced 2025-01-27 02:29:55 +00:00
Tim Graham b679a3cdb1 Tested QuerySet compatibility check.
cdfdcf4b70bebfc68871df885387790c6afbc23c missed this test.
2016-10-14 08:51:04 -04:00
..
2016-07-21 10:08:19 -04:00

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
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.