1
0
mirror of https://github.com/django/django.git synced 2025-03-06 23:42:33 +00:00
Tim Graham 197dd4b8f1 Prevented some test commands from needlessly running system checks.
This is a performance optimization and also fixes test errors with the
upcoming merge of contrib tests into tests/. The tests failed on MySQL
because the models with GeometryField were being checked but the
non-GIS MySQL backend didn't know how to handle them.
2015-02-11 10:14:38 -05:00
..
2015-02-06 09:30:35 -05:00
2015-02-06 09:30:35 -05:00
2015-02-06 09:30:35 -05:00
2015-02-06 09:30:35 -05:00
2015-02-06 09:30:35 -05:00
2015-02-06 09:30:35 -05:00
2015-02-06 09:30:35 -05:00
2015-02-06 12:58:45 +01: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/.