summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* speed up test suite: symlinks, isolated python call and use wheel over sdistrewroteBernát Gábor2020-11-221-9/+7
* journal: tox 3 (sequential) feature compatibilityBernát Gábor2020-11-094-13/+180
* journal: add first stab at basic journal supportBernát Gábor2020-11-074-4/+49
* report: respect no color flag, add tests and coverageBernát Gábor2020-11-071-0/+58
* tests: add coverage for the local subprocess executorBernát Gábor2020-11-061-36/+26
* tests: add full coverage for tox.session.cmd.run.common(#1733)Gleb Nikonorov2020-11-061-0/+20
* tests: add test for CliEnv repr/strBernát Gábor2020-11-051-0/+32
* tests: add test for tox.ini not foundBernát Gábor2020-11-052-1/+11
* tests: add coverage for pytest pluginBernát Gábor2020-11-051-12/+91
* tests: add coverage for tox run (#1730)Gleb Nikonorov2020-11-051-0/+19
* tests: add coverage for execute request (#1731)Gleb Nikonorov2020-11-053-11/+31
* tests: add coverage for tox.infoGleb Nikonorov2020-11-051-0/+9
* tests: add coverage for spinner and graph util librariesBernát Gábor2020-11-044-1/+216
* tests: do not build state for config testsBernát Gábor2020-11-047-77/+79
* Handle requirement files for depsBernát Gábor2020-11-045-7/+47
* Add tests for cpu.py file (#1729)Gleb Nikonorov2020-11-041-0/+15
* tests: add platform specific no pragma for platform branchesBernát Gábor2020-11-021-0/+3
* tests: add coverage for config types/of_types/tox_iniBernát Gábor2020-11-024-5/+33
* tests: coverage for types, and some for setsBernát Gábor2020-11-022-1/+52
* sets: fix configurations being defined multiple times (besides core)Bernát Gábor2020-11-023-114/+145
* tests: full coverage for replace logicBernát Gábor2020-11-022-28/+63
* replace: re-raise exception when load is not KeyErrorBernát Gábor2020-11-023-5/+33
* tests: increasing coverage for the replacement logicBernát Gábor2020-11-013-0/+14
* show_config: allow displaying config for some keys - handle unbalanced replac...Bernát Gábor2020-11-012-3/+17
* tests: add coverage for factor expansionBernát Gábor2020-11-011-6/+26
* tests: clenup and add coverage for posargs replaceBernát Gábor2020-11-011-12/+27
* tests: add coverage for ini loaderBernát Gábor2020-11-014-21/+70
* tests: move show config test to its correct locationBernát Gábor2020-11-012-31/+30
* tests: add coverage for converter base and str converterBernát Gábor2020-11-012-1/+70
* coverage: add no-cover to typing compatibility importsBernát Gábor2020-11-011-0/+0
* tests: add test to memory loader, fix dict/set loadBernát Gábor2020-10-312-0/+85
* tests: add missing coverage to CLI parser, fix no arguments passed in explicitlyBernát Gábor2020-10-311-0/+25
* tests: add missing coverage for cli ini, simplify testsBernát Gábor2020-10-311-97/+35
* tests: reorganize their location to match latest source layoutBernát Gábor2020-10-3120-31/+27
* Use covdefaults to get platform specific tags, handle coverage of test suiteBernát Gábor2020-10-314-5/+6
* report: duration of the setup and the individual commands and fix devenvBernát Gábor2020-10-301-1/+1
* Add CLI compatibility with version 3, introduce memory sourceBernát Gábor2020-10-306-37/+165
* Fix posargs replacement and import fails in test suiteBernát Gábor2020-10-291-1/+1
* Rework configuration to allow generic overridesBernát Gábor2020-10-2912-75/+64
* Print pip install output if verbosity is higher than defaultBernát Gábor2020-10-281-0/+0
* Support ignoring command outcomes via the - prefixBernát Gábor2020-10-281-0/+13
* Fix: show config test fails on Windowsbgabor82020-10-281-8/+12
* Fix: not possible to pass positional argumentsBernát Gábor2020-10-281-3/+4
* Fix: tests on non py39 for show configBernát Gábor2020-10-281-8/+8
* Fix: mappings are rendered incorrectly witin show configBernát Gábor2020-10-281-1/+59
* Fix ini replace logic does not work for other config set referencesBernát Gábor2020-10-2740-16/+21
* Facilitate usage in parallel with tox 3Bernát Gábor2020-10-276-16/+37
* Better shell cmd report, fix list env not working with testsBernát Gábor2020-10-2714-1/+73
* Better run output, and fix failing cmd not being reportedBernát Gábor2020-10-261-1/+1
* Add typing to test suiteBernát Gábor2020-10-2640-134/+224