Commit Graph

14 Commits

Author SHA1 Message Date
Jon Dufresne 4f6f03074d Run SQLite tests with in-memory database
Using an in-memory datbase is faster and doesn't require storing a large
binary file in the repository.
2018-11-04 16:24:54 -08:00
trik c03e3ae6c0 MIDDLEWARE_CLASSES django setting removed in 2.x 2017-12-06 17:29:32 +01:00
Jannis 52683c6165 Add auth context_processor needed for example admin. 2016-03-04 12:39:55 +01:00
santa 8c3244e55b Pass in PostgreSQL user and password via environment variables. 2016-02-11 19:13:06 +01:00
santa c0d80879ad Add test. 2016-02-11 17:55:42 +01:00
Petr Dlouhý c8938ba1da fixes for Django 1.10, test in allow-failure mode 2015-12-29 16:22:02 +01:00
Roger Hunwicks 0b144b6024 Fix #259 - better error reporting 2015-05-07 18:55:38 +06:00
Bojan Mihelac b70f7d55b8 Add MIDDLEWARE_CLASSES to test project settings
Django 1.7. changed defaults
2014-09-03 10:38:36 +02:00
Bojan Mihelac 77c0ead3e7 Python 3.3 support 2014-01-30 08:34:32 +01:00
Bojan Mihelac cf4359b5af Update tests to use Django 1.6 test runner
See https://docs.djangoproject.com/en/1.6/releases/1.6/#new-test-runner
Also set DATABASE["TEST_NAME"]
2013-11-29 10:40:34 +01:00
Bojan Mihelac 54ab8be3e9 Add required SECRET_KEY to test app 2013-04-11 10:41:39 +02:00
Bojan Mihelac 4daef7f4ea update tests, docs for db transactions support 2013-01-22 14:26:51 +01:00
Bojan Mihelac a0ae56e4e3 Add admin import action and lot of other work 2012-11-16 08:51:32 +01:00
Bojan Mihelac 704c9a6a66 Initial import 2012-11-15 16:30:09 +01:00