summaryrefslogtreecommitdiff
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add full test coverage for progress text outputCole Robinson2021-06-091-1/+1
| | | | Signed-off-by: Cole Robinson <crobinso@redhat.com>
* progress: Drop tqdm and revert back to local urlgrabber copyCole Robinson2021-06-091-0/+1
| | | | | | | | | I thought tqdm was available everywhere, but it does not seem like it will be in RHEL9. Revert back to the old urlgrabber copy, now stored in virtinst/_progresspriv.py. If we ever want to try tqdm again, we can just revert this commit Signed-off-by: Cole Robinson <crobinso@redhat.com>
* progress: convert to tqdmCole Robinson2021-05-221-1/+0
| | | | | | | | tqdm is an external library that provides a progress bar implementation. Switch to it and drop our internal copy of the old urlgrabber progressbar Signed-off-by: Cole Robinson <crobinso@redhat.com>
* xmlutil: Centralize all 'programming error' exceptionsCole Robinson2020-07-171-1/+1
| | | | | | | Raise them directly instead of adding the hard to read conditional into the function Signed-off-by: Cole Robinson <crobinso@redhat.com>
* tests: Add pytest conftest.pyCole Robinson2020-07-171-0/+6
| | | | | | | | | | 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>
* domain: cpu: Finish test coverageCole Robinson2020-01-271-0/+1
| | | | Signed-off-by: Cole Robinson <crobinso@redhat.com>
* virtinst: Add full test coverage for xml*.py filesCole Robinson2019-06-091-0/+7