aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use TestCase instead of OkupyTestCase for login integration testsTheo Chatzimichos2013-08-191-2/+3
* Add test_ prefix to all the test filesTheo Chatzimichos2013-08-1912-23/+0
* Add tests for *OpenIDStore.use_nonce().Michał Górny2013-08-173-0/+20
* Remove get_ldap_connection completelyTheo Chatzimichos2013-08-171-60/+0
* Add tests for not removing unknown hashes in secondary passwordTheo Chatzimichos2013-08-171-0/+24
* Tests for secondary passwordTheo Chatzimichos2013-08-175-3/+130
* various minor fixes in login testsTheo Chatzimichos2013-08-172-10/+11
* Merge pull request #60 from tampakrap/discoverrunnerTheo Chatzimichos2013-08-135-0/+15
|\
| * Use DiscoverRunner, which will be the default test discover runner in 1.6Theo Chatzimichos2013-08-135-0/+15
* | Fix get_ldap_connection to get secondary_password from the sessionTheo Chatzimichos2013-08-131-4/+6
* | use create_user() instead of save()Theo Chatzimichos2013-08-131-1/+1
* | Sync with settings/Theo Chatzimichos2013-08-131-5/+7
* | Remove useless fixtureTheo Chatzimichos2013-08-131-20/+0
* | minor improvementsTheo Chatzimichos2013-08-132-4/+1
* | Convert more integration to unit login testsTheo Chatzimichos2013-08-132-70/+40
|/
* Move SSL verification into a dedicated backend.Michał Górny2013-08-121-1/+1
* Use local memory cache session backend in tests.Michał Górny2013-08-121-0/+8
* Introduce a universal OkupyCipher. Use it for IDCipher.Michał Górny2013-08-121-1/+2
* Merge pull request #55 from tampakrap/unittestsTheo Chatzimichos2013-08-128-145/+187
|\
| * minor fix in importTheo Chatzimichos2013-08-111-2/+1
| * Various improvements to index testsTheo Chatzimichos2013-08-112-10/+39
| * Add ldapobj.search_s.seed for login integration testsTheo Chatzimichos2013-08-111-1/+5
| * trivial fixTheo Chatzimichos2013-08-111-1/+1
| * disable signup tests for nowTheo Chatzimichos2013-08-111-2/+2
| * Fix the no database connection testTheo Chatzimichos2013-08-111-15/+6
| * typoTheo Chatzimichos2013-08-111-1/+1
| * Rename the unit test classes, and split them into different modulesTheo Chatzimichos2013-08-114-27/+42
| * Convert a bunch of integration to unit testsTheo Chatzimichos2013-08-112-42/+74
| * Move the request/response creation inside testsTheo Chatzimichos2013-08-111-12/+14
| * remove broken testsTheo Chatzimichos2013-08-101-6/+0
| * minor test name improvementsTheo Chatzimichos2013-08-101-2/+2
| * split test in two partsTheo Chatzimichos2013-08-101-1/+6
| * Move accounts outside of the classTheo Chatzimichos2013-08-101-12/+14
| * Improve the test that checks if the correct templates are being usedTheo Chatzimichos2013-08-101-3/+3
| * Remove useless tests, they are covered by django_auth_ldap testsuite alreadyTheo Chatzimichos2013-08-101-20/+0
| * switch to set_request in the testsTheo Chatzimichos2013-08-101-17/+6
| * Rename common/testcase to common/test_helpersTheo Chatzimichos2013-08-103-3/+3
* | sync tests/settings with settings/Theo Chatzimichos2013-08-111-50/+50
|/
* Sync tests/settings with settings/Theo Chatzimichos2013-08-101-32/+33
* Re-use TOTPDevice for handling 'OTP disabled'.Michał Górny2013-08-091-1/+0
* Revoke used tokens atomically.Michał Górny2013-08-091-0/+1
* Support SOTP recovery keys.Michał Górny2013-08-091-0/+1
* Support TOTP with database storage (temporarily).Michał Górny2013-08-091-0/+1
* Introduce initial code for two-phase auth support.Michał Górny2013-08-092-6/+14
* Catch exception in redirect as pointed out by mgorny at PR #41Theo Chatzimichos2013-08-081-1/+3
* Merge branch 'get_ldap_connection'Theo Chatzimichos2013-08-084-8/+77
|\
| * minor improvementTheo Chatzimichos2013-08-081-6/+3
| * Add get_ldap_connection helper functionTheo Chatzimichos2013-08-082-0/+62
| * Add more values in settings for further testingTheo Chatzimichos2013-08-081-7/+15
| * remove only the users from the directory instead of totally emptying itTheo Chatzimichos2013-08-081-1/+3