Commit graph

23 commits

Author SHA1 Message Date
Flavio Curella
c0f951ed3d django 1.10 compatibility 2016-09-06 14:03:31 -05:00
Nicholas Serra
f05bd86ee8 Merge pull request #16 from revsys/nicholasserra-django-19
Django 1.9 support
2016-04-01 21:48:48 -04:00
Nicholas Serra
b6ce392262 Hack for importing tests. 2016-04-01 21:36:18 -04:00
Nicholas Serra
8598d52b23 Test fixes 2016-03-27 22:00:17 -04:00
Nicholas Serra
129bfcbdf7 Dummy login template for tests. 2016-03-27 21:49:08 -04:00
Nicholas Serra
6da3a2edce More test coverage. 2016-03-27 12:41:41 -04:00
Nicholas Serra
c6b0fd9579 Compat file 2016-03-25 14:31:28 -04:00
Nicholas Serra
276483bd00 Move to a runtests.py file for tests. 2016-03-25 14:31:17 -04:00
Nicholas Serra
3b646ec171 Fix warnings and test on latest Django 1.7 version. 2016-02-28 19:34:33 -05:00
Sam Thompson
067286be86 Minor pep8 2014-08-05 14:59:49 -07:00
Sam Thompson
f8fad1c3ec Fix for isolated testing under Django 1.7 ("App registry isn't ready yet") 2014-08-05 14:49:34 -07:00
Sam Thompson
e3a7d7103a Include templates in package 2014-08-05 14:28:29 -07:00
Sam Thompson
25f8010bb4 Fix test_urls for django 1.6 2014-08-05 14:16:27 -07:00
Frank Wiles
d0d41b734f More testing fixes 2014-05-07 10:26:06 -05:00
Frank Wiles
d2f1b950e3 Test settings for Travis 2014-05-07 10:08:12 -05:00
Frank Wiles
8682ae14a7 PEP8, Test fixes 2014-05-07 09:56:04 -05:00
Cody Goodman
c6b9f6e8b6 Add support for custom user models 2014-04-22 11:56:09 -05:00
Frank Wiles
693d3aeb9d Fixed breaking logins due to initial_data
- Removed initial_data fixture in favor of a post_syncdb
    signal to add the initial 'blank' TOS
2010-11-17 12:52:46 -06:00
pydanny
1cb147cb25 adding lots of view tests 2010-06-18 18:46:50 -05:00
pydanny
07e0b85d5e Blocked TOS from having all set active=True. Which would break login and lots of other critical things 2010-06-18 15:36:51 -05:00
pydanny
475a66cfd5 Nuked the crazy flatpages since that was a miscommunication. Added in a handed TOS manager and a agreement checker. Updated tests to match 2010-06-18 14:57:24 -05:00
pydanny
2fd6920fac tests and custom login view 2010-06-18 14:00:27 -05:00
pydanny
b5bc5e219a login view added. Also test 'harness' 2010-06-18 13:19:54 -05:00