summaryrefslogtreecommitdiffstats
path: root/ipatests/pytest_plugins/declarative.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused variables in testsMartin Basti2016-09-271-1/+0
| | | | | | | | This commit removes or marks unused variables as "expected to be unused" by using '_' prefix. Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
* ipatests: Make descriptions sorted according to the order of the testsTomas Babej2015-01-141-3/+3
| | | | Reviewed-By: Petr Viktorin <pviktori@redhat.com>
* Declarative tests: Switch to pytestPetr Viktorin2014-11-211-0/+47
Provide a local pytest plugin to generate tests. The Declarative tests can now only be run with pytest https://fedorahosted.org/freeipa/ticket/4610 Reviewed-By: Tomas Babej <tbabej@redhat.com>