aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove search_s.seed, as it is now covered by mockldapTheo Chatzimichos2013-08-244-18/+2
* Add tests for the accounts listsTheo Chatzimichos2013-08-231-0/+42
* add test to ensure that anon gets redirected to requested next URLTheo Chatzimichos2013-08-191-0/+5
* Add tests/vars.py that stores variables used by the testsTheo Chatzimichos2013-08-193-44/+19
* Major rewrite of the signup tests, lots of integration tests converted to unitTheo Chatzimichos2013-08-191-171/+56
* Apply the previous helper changes to the test suiteTheo Chatzimichos2013-08-192-7/+7
* Use TestCase instead of OkupyTestCase for login integration testsTheo Chatzimichos2013-08-191-2/+3
* Add test_ prefix to all the test filesTheo Chatzimichos2013-08-194-4/+0
* Tests for secondary passwordTheo Chatzimichos2013-08-171-0/+8
* various minor fixes in login testsTheo Chatzimichos2013-08-171-3/+4
* Merge pull request #60 from tampakrap/discoverrunnerTheo Chatzimichos2013-08-131-0/+5
|\
| * Use DiscoverRunner, which will be the default test discover runner in 1.6Theo Chatzimichos2013-08-131-0/+5
* | minor improvementsTheo Chatzimichos2013-08-132-4/+1
* | Convert more integration to unit login testsTheo Chatzimichos2013-08-131-57/+0
|/
* Introduce a universal OkupyCipher. Use it for IDCipher.Michał Górny2013-08-121-1/+2
* Various improvements to index testsTheo Chatzimichos2013-08-111-6/+7
* Add ldapobj.search_s.seed for login integration testsTheo Chatzimichos2013-08-111-1/+5
* Convert a bunch of integration to unit testsTheo Chatzimichos2013-08-111-41/+2
* 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
* Rename common/testcase to common/test_helpersTheo Chatzimichos2013-08-103-3/+3
* Catch exception in redirect as pointed out by mgorny at PR #41Theo Chatzimichos2013-08-081-1/+3
* remove only the users from the directory instead of totally emptying itTheo Chatzimichos2013-08-081-1/+3
* activation: use encrypted_id for activation token.Michał Górny2013-08-021-2/+2
* Move a few var declarations outside of setUp in order not to declare them eve...Theo Chatzimichos2013-07-172-33/+44
* Add more unit testsTheo Chatzimichos2013-07-172-5/+1
* Move tests.tests.example_directory to tests.settings.DIRECTORYTheo Chatzimichos2013-07-103-7/+4
* Remove unicode account testPavlos Ratis2013-07-022-13/+1
* switch to mockldap in the integration/index testsTheo Chatzimichos2013-06-301-5/+9
* Merge pull request #15 from tampakrap/mockldap_v2Theo Chatzimichos2013-06-302-21/+34
|\
| * Use mockldap for the testsTheo Chatzimichos2013-06-302-21/+34
* | Merge remote-tracking branch 'tampakrap/index_redirect_anonymous_to_login'Theo Chatzimichos2013-06-301-0/+15
|\ \ | |/ |/|
| * Redirect anonymous users to /loginTheo Chatzimichos2013-06-271-0/+15
* | Add logout/Theo Chatzimichos2013-06-291-0/+9
|/
* Use relative imports.Michał Górny2013-06-263-6/+11
* Fix typo in vim modeline.Michał Górny2013-06-263-3/+3
* Include vim modelines in all code files.Michał Górny2013-06-253-3/+3
* Add trivial test to check if the index page is displayedTheo Chatzimichos2013-06-091-0/+13
* check if first ldap user gets added successfullyTheo Chatzimichos2013-06-091-0/+21
* trivial fixTheo Chatzimichos2013-06-091-1/+1
* Add test to check if already authenticated user gets redirected to /Theo Chatzimichos2013-06-091-0/+5
* Use assertRegexpMatchesTheo Chatzimichos2013-06-091-3/+1
* Catch database exceptions, add tests when there's no DB connectionTheo Chatzimichos2013-06-082-0/+33
* Better handling of rendered templates testsTheo Chatzimichos2013-06-082-4/+6
* Create dirs for the tests and move the existing ones to integration/Theo Chatzimichos2013-06-083-0/+284