1
0
mirror of https://github.com/django/django.git synced 2025-04-12 11:32:20 +00:00
Tim Graham 3f8b9056c0 [1.8.x] Fixed #25729 -- Fixed flaky admin_widgets selenium test: test_ForeignKey_using_to_field
Backport of 5081adcb9004f2c726dcfd054f7f16c5fd39d391 from master
2015-12-23 14:02:12 -05:00
..
2013-12-24 12:25:17 +01:00
2013-12-24 12:25:17 +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/.