summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/test_ordering.py
Commit message (Collapse)AuthorAgeFilesLines
* ipatests: Use pytest-sourceorderPetr Viktorin2014-12-171-1/+1
| | | | | | | | The plugin to run tests within a class in the order they're defined in the source was split into a separate project. Use this project instead of a FreeIPA-specific copy. Reviewed-By: Tomas Babej <tbabej@redhat.com>
* Integration tests: Port the ordering plugin to pytestPetr Viktorin2014-11-211-0/+54
Ordered integration tests may now be run with pytest. https://fedorahosted.org/freeipa/ticket/4610 Reviewed-By: Tomas Babej <tbabej@redhat.com>