Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use byte literals where appropriate | Jan Cholasta | 2015-09-17 | 1 | -3/+3 |
| | | | | Reviewed-By: Petr Viktorin <pviktori@redhat.com> | ||||
* | Modernize use of range() | Petr Viktorin | 2015-09-01 | 1 | -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 package | Petr Viktorin | 2013-06-17 | 1 | -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 |