summaryrefslogtreecommitdiff
path: root/nova/tests/unit/fake_ldap.py
Commit message (Expand)AuthorAgeFilesLines
* [3/3]Replace six.iteritems() with .items()Spencer Yu2017-02-091-3/+2
* Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-2/+3
* Use six.moves.range for Python 3Victor Stinner2015-05-201-1/+2
* Removed twice declared variablesSergey Nikitin2015-04-291-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* Don't translate exceptions in testsMike Durnosvistov2015-01-211-3/+1
* Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-5/+4
* remove pylint source code annotationsDaniel P. Berrange2015-01-081-5/+4
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+330