summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: Default --uitests to --verbosity=2Cole Robinson2023-05-061-0/+4
| | | | Signed-off-by: Cole Robinson <crobinso@redhat.com>
* tests: Move checkprops.py magic skipping to pytestCole Robinson2020-07-171-5/+19
| | | | | | | We want to skip these tests if previous tests failed or were skipped, but current impl depends on unittest specifics. Move it to pytest Signed-off-by: Cole Robinson <crobinso@redhat.com>
* tests: Rename clistate -> TESTCONFIGCole Robinson2020-07-171-7/+7
| | | | | | Makes it more clear it's a constant class, and its purpose Signed-off-by: Cole Robinson <crobinso@redhat.com>
* tests: Wire pytest --log-level=debug to cli tests debug infrastructureCole Robinson2020-07-171-0/+4
| | | | Signed-off-by: Cole Robinson <crobinso@redhat.com>
* tests: Add pytest --regenerate-outputCole Robinson2020-07-171-0/+5
| | | | | | Duplicate of ./setup.py test --regenerate-output Signed-off-by: Cole Robinson <crobinso@redhat.com>
* tests: Move `setup.py test_urls` suboptions to pytestCole Robinson2020-07-171-0/+28
| | | | | | | Adds --urls-skip-libosinfo, --urls-force-libosinfo, --urls-iso-only, and --urls-url-only Signed-off-by: Cole Robinson <crobinso@redhat.com>
* tests: Add pytest conftest.pyCole Robinson2020-07-171-0/+55
Makes 'pytest' and 'pytest --cov' work for the standard tests. uitests run with `pytest --uitests --cov=virtManager`. test_urls.py, test_dist.py, test_inject.py need to be invoked like pytest $PATH Signed-off-by: Cole Robinson <crobinso@redhat.com>