summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* setup: Run codespell on more filesCole Robinson2020-01-281-4/+13
* urlfetcher: move mock code to the testsuiteCole Robinson2020-01-271-0/+5
* setup: Skip coverage report when tests are aborted or skippedCole Robinson2020-01-271-1/+8
* tests: Rename all test files to have test_ prefixCole Robinson2020-01-271-6/+6
* tests: Move all data directories to data/Cole Robinson2020-01-271-2/+2
* Move virt-* code into their modulesCole Robinson2020-01-261-25/+25
* Remove virt-convertCole Robinson2020-01-241-11/+5
* Install the AppStream file to the canonical locationPino Toscano2020-01-141-1/+1
* setup: Remove dep on importing virtinstCole Robinson2019-06-171-22/+17
* setup: Undo previous file search changesCole Robinson2019-06-171-13/+18
* setup: Use smarter py file searchingCole Robinson2019-06-171-6/+13
* setup: Fix test_urls coverage testingCole Robinson2019-06-161-5/+9
* Move virtcli/cliconfig.py to virtinst/buildconfig.pyCole Robinson2019-06-141-23/+44
* virtinst: Add a lot of test code coverageCole Robinson2019-06-091-1/+1
* setup: Omit progress.py from coverage outputCole Robinson2019-06-091-1/+1
* setup: Make codespell an optional part of the 'pylint' targetCole Robinson2019-05-161-27/+12
* tests: test_urls: Add --*libosinfo, --iso-only, --url-onlyCole Robinson2019-03-241-6/+26
* setup: Remove vestiges of test_urls --path optionCole Robinson2019-02-031-12/+0
* pycodestyle: Only use format=pylint from setup.pyCole Robinson2019-01-301-0/+1
* Move tests.pycodestyle.cfg to setup.cfgCole Robinson2019-01-301-1/+1
* Move tests/pylint.cfg to pylintrcCole Robinson2019-01-301-1/+1
* setup: Generate bashcompletion files in builddirCole Robinson2018-12-181-21/+15
* setup.py: Install the bash completion filesLin Ma2018-12-181-0/+29
* pylint: Don't exclude progress.pyRadostin Stoyanov2018-11-121-5/+1
* setup: Remove configure --openssh-askpassCole Robinson2018-10-081-5/+0
* setup: Remove configure --{libvirt,kvm}-package-namesCole Robinson2018-10-071-12/+0
* virtinst: Remove stable_defaults conceptCole Robinson2018-10-061-6/+0
* cliconfig: Remove --preferred-distrosCole Robinson2018-10-061-5/+0
* cliconfig: Remove --default-qemu-userCole Robinson2018-10-061-5/+0
* setup: Integrate codespellRadostin Stoyanov2018-06-051-0/+27
* setup: Install files in new virtinst foldersLuca Weiss2018-04-121-0/+2
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* virtcli: Add python3 version checkCole Robinson2018-03-211-4/+4
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-1/+4
* Remove gconf->gsettings conversion scriptCole Robinson2018-03-161-2/+0
* pycodestyle: Use module instead of executableRadostin Stoyanov2018-03-031-5/+11
* pylint: Use pylint.lint moduleRadostin Stoyanov2018-03-031-8/+9
* setup: tests: Add --testverbose optionCole Robinson2018-02-221-1/+3
* setup: Use CLIState for setting --debug valueCole Robinson2018-02-221-2/+3
* tests: Add explicit test_dist targetCole Robinson2018-02-201-1/+10
* setup: Add explicit error if running with python2Cole Robinson2018-02-161-0/+4
* setup: Use pylint-3Cole Robinson2018-02-061-5/+2
* Switch to python3 in script shebangCole Robinson2018-02-061-1/+1
* uitests: Wire up --coverageCole Robinson2018-01-091-6/+11
* tests: Rework how we pass command line objects down to test dataCole Robinson2018-01-081-1/+2
* uitests: Make unittest.installHandler work as expectedCole Robinson2018-01-081-3/+2
* tests: Force verbose mode for UI testsCole Robinson2018-01-081-1/+6
* tests: Don't always generate coverage dataCole Robinson2018-01-081-10/+4
* tests: Drop --skipcli optionCole Robinson2018-01-061-7/+1
* tests: test_urls: Big reworkCole Robinson2018-01-061-8/+0