aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add tearDownClassPavlos Ratis2013-09-201-0/+4
|
* delete ldapobj after test executionPavlos Ratis2013-09-201-0/+1
|
* s/self.ldapobject/self.ldapobj/gPavlos Ratis2013-09-201-17/+17
|
* Fix flake8 errorsTheo Chatzimichos2013-08-261-26/+56
|
* switch back to non-relative imports, they proved to be confusingTheo Chatzimichos2013-08-251-4/+4
|
* Remove search_s.seed, as it is now covered by mockldapTheo Chatzimichos2013-08-241-9/+0
|
* Move crypto-related stuff to okupy.crypto.Michał Górny2013-08-211-1/+1
|
* Add tests/vars.py that stores variables used by the testsTheo Chatzimichos2013-08-191-22/+13
| | | | | Since we tend to re-use the same vars between test files, keeping them in a central place seems reasonable
* Apply the previous helper changes to the test suiteTheo Chatzimichos2013-08-191-28/+27
| | | | Move some login tests to the non-ldap class
* Add test_ prefix to all the test filesTheo Chatzimichos2013-08-191-0/+113
This way the test discover runner can find them properly It is now possible to call them by directory or file Conflicts with other modules are now avoided as well