summaryrefslogtreecommitdiff
path: root/tests/config/loader
Commit message (Expand)AuthorAgeFilesLines
* Windows shlex fix (#2895)Masen Furer2023-01-252-7/+133
* Fix regression with multiple env substitutions for the same key (#2873)Masen Furer2023-01-161-2/+38
* Recursive replace (#2864)Masen Furer2023-01-152-1/+44
* Rewrite substitution parser (#2861)Masen Furer2023-01-153-18/+192
* Also accept tab after colon before factor filter expansion (#2823)Patrick Decat2023-01-051-0/+6
* Require space after colon before factor expansion (#2822)Patrick Decat2023-01-041-0/+2
* Better message when command parsing on empty input (#2807)Bernát Gábor2023-01-021-0/+1
* Fix complex negative factor filters not working (#2757)Bernát Gábor2022-12-191-0/+6
* Fix space not accepted in factor filter expression (#2744)Bernát Gábor2022-12-172-2/+4
* Fix multiple substitution on factor filtering (#2680)Bernát Gábor2022-12-111-0/+8
* Unescaped comma in substitution should not be replaced during INI expansion (...Bernát Gábor2022-12-071-0/+5
* Allow replacing keys with - in INI config (#2581)Bernát Gábor2022-12-021-0/+6
* Support for generative section names (#2557)Bernát Gábor2022-11-291-0/+22
* Do not perform interpolation for INI files (#2352)Bernát Gábor2022-02-101-1/+1
* Better selection support (#2290)Bernát Gábor2022-01-041-2/+8
* Bump lintersBernát Gábor2021-12-111-1/+1
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-1715-12/+39
* Update setup changelogBernát Gábor2021-11-161-3/+6
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-156-38/+130
* Make ConfigSet ABC and add contains to Loader (#2209)Bernát Gábor2021-09-101-0/+6
* Internal changes to support tox-gh-actions (#2191)Bernát Gábor2021-08-311-1/+2
* Fix env variable substitutions with defaults containing colon (#2186)comabrewer2021-08-271-0/+7
* Do not fail when commands do not parse with shlex (#2141)Bernát Gábor2021-08-061-0/+12
* Add support for os path separator substitution in ini files (#2138)Bernát Gábor2021-08-051-0/+8
* Evaluate factor conditions for `command` keysJürgen Gmach2021-04-141-1/+25
* fix replacement of sections with dash (#2000)Oliver Bestwalter2021-04-061-0/+15
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-052-2/+1
* Inline plugin definition support - tox_.py (#1963)Bernát Gábor2021-03-071-1/+1
* Fix unescaped } breaking expansions that follow it (#1961)Andrey Bienkowski2021-03-062-0/+33
* Support for bracket styled posargs (#1954)Andrey Bienkowski2021-03-041-11/+30
* Fix test_replace_pos_args_empty_sys_argv (#1936)Andrey Bienkowski2021-03-011-1/+1
* Add suport for setup.cfg and legacy toml (#1927)Bernát Gábor2021-02-271-7/+7
* Add more flake8 checks (#1899)Bernát Gábor2021-02-066-12/+11
* Comment support in ini and alias in show config (#1889)Bernát Gábor2021-01-311-0/+18
* Support = as arg separator and dir in req files (#1867)Bernát Gábor2021-01-235-9/+9
* Colorize config and fix a circular config bug (#1821)Bernát Gábor2021-01-131-1/+7
* Better handling of set_env (#1784)Bernát Gábor2021-01-115-5/+22
* Add tty replacerBernát Gábor2021-01-081-0/+20
* General rework of the parallel, execute and reportingBernát Gábor2020-12-241-1/+1
* Fix provisioning supportBernát Gábor2020-11-271-1/+1
* tests: do not build state for config testsBernát Gábor2020-11-042-58/+30
* Handle requirement files for depsBernát Gábor2020-11-041-3/+3
* 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-013-20/+69
* tests: move show config test to its correct locationBernát Gábor2020-11-011-31/+0