medmunds
0b4a210031
Test against SimpleAdminConfig on Django>=1.7.
...
In test cases, use the same admin setup we recommend to users.
2015-01-16 13:29:43 -08:00
medmunds
55dc242879
Fix tests in Django 1.7
...
Django 1.7 doesn't include session or auth middleware
in minimal default config. Djrill admin views require auth.
2014-07-28 08:27:55 -07:00
medmunds
1e39e4d5c8
Start testing Django 1.7b1
2014-04-20 14:45:29 -07:00
medmunds
76a90cdf04
Use django.test.runner.DiscoverRunner on Django 1.6+
2014-04-20 13:56:20 -07:00
medmunds
1bec172611
Testing on backend API calls, using mock; add runtests.py.
...
Cherry-picked from:
8c26807a - Add runtests.py for testing separately from other Django apps
cd8504b1 - Make tests compatible with setuptools
4ac65b78 - Set up testing on the backend API calls, using mock
2012-10-31 18:15:54 -07:00