aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_ldap.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-18/+18
* Fix some unit tests and bugsJessica Tallon2015-08-241-1/+1
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-2/+4
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-6/+12
|\
| * Wrapping things to not exceed column 80 in test_ldapChristopher Allan Webber2014-07-101-6/+12
* | Fix tests on Python 3.Berker Peksag2014-07-141-1/+4
* | Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+2
* | Use six.moves.urllib.parse instead of the urlparse module.Berker Peksag2014-05-261-1/+3
|/
* Fixing ALL THE BROKEN TESTS. I probably broke most of them.Christopher Allan Webber2013-09-291-1/+1
* Fixing one test post-merge. We got rid of the mongo stuff, so... consistency!Christopher Allan Webber2013-09-201-2/+2
* skip test if python-ldap is not installedRodney Ewing2013-08-151-0/+2
* added tests for ldap pluginRodney Ewing2013-08-151-0/+123