1
0
mirror of https://github.com/django/django.git synced 2025-03-12 02:12:38 +00:00
Tim Graham 525fd2f405 [1.8.x] Fixed typo in file_storage tests.
Backport of e2b77aceddbda9071fcfc38f90fb50d091d0b5fc from master
2015-05-20 13:06:10 -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/.