summaryrefslogtreecommitdiff
path: root/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated `imp` usage with `importlib`Cole Robinson2021-10-041-2/+3
* tests: force an English UTF-8 localePino Toscano2020-12-071-0/+4
* tests: Don't show debug output by default on failureCole Robinson2020-07-181-1/+2
* tests: Rename clistate -> TESTCONFIGCole Robinson2020-07-171-1/+1
* Move virt-* code into their modulesCole Robinson2020-01-261-25/+4
* Remove virt-convertCole Robinson2020-01-241-3/+0
* tests: abide logging options for clitestsCole Robinson2019-12-111-4/+2
* tests: Don't use the root loggerCole Robinson2019-07-161-5/+7
* Switch to more traditional logging structureCole Robinson2019-06-171-1/+2
* Move virtcli/cliconfig.py to virtinst/buildconfig.pyCole Robinson2019-06-141-2/+2
* cli: Strip find_inst regex from completion resultsCole Robinson2019-05-151-0/+2
* installer: Remove --location nfs supportCole Robinson2018-06-121-2/+0
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* setup: Use CLIState for setting --debug valueCole Robinson2018-02-221-7/+3
* tests: test_urls: Big reworkCole Robinson2018-01-061-4/+0
* Use reload() from imp moduleRadostin Stoyanov2017-10-201-1/+1
* tests: Move __init__ logic into functions, for clarityCole Robinson2017-02-231-26/+39
* tests_inject: Update to use standard --only optionCole Robinson2016-06-171-3/+0
* Fix recent pylint/pep8 outputCole Robinson2016-04-181-0/+3
* tests: Move some test suite hacks into the code, increase coverageCole Robinson2015-03-231-8/+0
* virtinst: Drop unused stable_defaults fieldCole Robinson2015-03-231-3/+1
* util: Simplify default_bridge to not confuse pylintCole Robinson2014-10-271-1/+1
* Remove virt-image, as scheduledCole Robinson2014-09-061-1/+0
* Clean up pylint integrationCole Robinson2014-04-021-1/+1
* virt-install: Fix --location iso again, and test it (bz 1071513)Cole Robinson2014-03-061-0/+2
* tests: Only use one env variable to notify we are running testsCole Robinson2014-02-101-2/+0
* virt-xml: fix a terminal_width depends issueChen Hanxiao2014-02-071-0/+1
* virt-xml: Initial commit, basic set of testsCole Robinson2014-01-251-0/+1
* Rename hide_unsupported_rhel_options to stable_defaults and clean-up its usageMartin Kletzander2014-01-211-2/+2
* mass update: remove double spaces from commentsGiuseppe Scrivano2013-10-281-2/+2
* headers: update "Red Hat, Inc." copyright for the year 2013Giuseppe Scrivano2013-10-281-0/+1
* cliconfig: Use default values if we're in the test suiteCole Robinson2013-10-021-1/+3
* tests: Add test_initrd_inject commandCole Robinson2013-09-281-0/+3
* test_urls: Fix --path optionCole Robinson2013-09-261-0/+4
* tests: Clean up cli imports even if --skipcli passedCole Robinson2013-08-061-0/+21
* Fix tests that fail due to default graphics changeMartin Kletzander2013-07-171-0/+3
* virtinst: Test rhel defaults, and make sure it doesn't break test suiteCole Robinson2013-07-131-0/+2
* tests: Verify that every new style XML prop is exercisedCole Robinson2013-07-121-0/+2
* Make is_blktap_capable take a connectionCole Robinson2013-07-061-1/+1
* virtinst: Guest: Simplify passing in a connectionCole Robinson2013-07-031-1/+0
* Remove most map() and filter() usageCole Robinson2013-04-121-0/+2
* Remove all relative importsCole Robinson2013-04-121-16/+0
* util: Remove old default_bridge, rename default_bridge2Cole Robinson2013-04-111-1/+1
* virtinst: Combine util.py and _util.pyCole Robinson2013-04-111-2/+2
* Wire up python unit tests, unify gettext setupCole Robinson2013-04-031-1/+2
* Merge code from python-virtinst.gitCole Robinson2013-04-031-0/+55