summaryrefslogtreecommitdiffstats
path: root/ipatests/data.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix more bytes/unicode issuesPetr Viktorin2015-10-221-1/+1
| | | | Reviewed-By: Tomas Babej <tbabej@redhat.com>
* Use byte literals where appropriateJan Cholasta2015-09-171-3/+3
| | | | Reviewed-By: Petr Viktorin <pviktori@redhat.com>
* Modernize use of range()Petr Viktorin2015-09-011-1/+1
| | | | | | | | | | | | In Python 3, range() behaves like the old xrange(). The difference between range() and xrange() is usually not significant, especially if the whole result is iterated over. Convert xrange() usage to range() for small ranges. Use modern idioms in a few other uses of range(). Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
* Make an ipa-tests packagePetr Viktorin2013-06-171-0/+38
Rename the 'tests' directory to 'ipa-tests', and create an ipa-tests RPM containing the test suite Part of the work for: https://fedorahosted.org/freeipa/ticket/3654