summaryrefslogtreecommitdiff
path: root/tests/config/cli
Commit message (Expand)AuthorAgeFilesLines
* rename TOX_CONFIG_FILE to TOX_USER_CONFIG_FILE (#2896)Masen Furer2023-01-251-11/+11
* Fix python hash seed not being set (#2739)Bernát Gábor2022-12-162-4/+7
* Fix legacy flags, deprecate them and remove --index-url (#2731)Bernát Gábor2022-12-151-2/+0
* Restore TOX_SKIP_ENV filtering (#2707)Marius Gedminas2022-12-142-0/+4
* NO_COLOR follows no-color.org logic instead of tox boolean (#2727)Bernát Gábor2022-12-141-2/+2
* Do not log distlib.util or filelock (#2656)Bernát Gábor2022-12-081-6/+1
* Better handling of build backend without editable support and add --exit-and-...Bernát Gábor2022-12-052-0/+4
* Allow passing config directory without filename (#2550)Sorin Sbarnea2022-11-271-0/+31
* Disable coloring with TERM=dumb or NO_COLOR (#2541)Sorin Sbarnea2022-11-211-1/+10
* Do not perform interpolation for INI files (#2352)Bernát Gábor2022-02-101-0/+9
* Support -va as well as -av (#2351)Bernát Gábor2022-02-101-0/+6
* Fix double clean package and broken report (#2309)Bernát Gábor2022-01-101-0/+25
* Hint for unrecognized arguments to use -- (#2308)Bernát Gábor2022-01-091-1/+9
* Better selection support (#2290)Bernát Gábor2022-01-042-18/+26
* Bump lintersBernát Gábor2021-12-111-1/+1
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-175-15/+24
* Update setup changelogBernát Gábor2021-11-161-2/+6
* Support for --no-provision flag (#2224)Bernát Gábor2021-09-182-0/+4
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-151-16/+8
* Add support for exec subcommand (#2142)Bernát Gábor2021-08-071-0/+3
* Refactor: Simplify and clean up the code (#1997)Miroslav Šedivý2021-04-061-1/+1
* Inline plugin definition support - tox_.py (#1963)Bernát Gábor2021-03-072-12/+22
* Add more flake8 checks (#1899)Bernát Gábor2021-02-062-8/+5
* Drop sdistsrc and support --installpkg (#1890)Bernát Gábor2021-02-012-12/+12
* Add CLI documentation (#1852)Bernát Gábor2021-01-171-1/+1
* rewrite (#1824)Bernát Gábor2021-01-162-1/+5
* Stable deps and eat-our-own dogfood4.0.0a2Bernát Gábor2021-01-082-0/+4
* Add keyboard interrupt support for parallelBernát Gábor2021-01-031-0/+3
* Allow changing the root folder and increase coverageBernát Gábor2021-01-012-0/+4
* General rework of the parallel, execute and reportingBernát Gábor2020-12-242-18/+21
* Implement parallel mode - without output redirectBernát Gábor2020-11-302-0/+3
* Fix provisioning supportBernát Gábor2020-11-272-0/+4
* journal: add first stab at basic journal supportBernát Gábor2020-11-072-4/+4
* tests: add test for tox.ini not foundBernát Gábor2020-11-051-1/+1
* tests: add coverage for ini loaderBernát Gábor2020-11-011-1/+1
* 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
* Add CLI compatibility with version 3, introduce memory sourceBernát Gábor2020-10-303-35/+163
* Rework configuration to allow generic overridesBernát Gábor2020-10-292-11/+11
* Fix ini replace logic does not work for other config set referencesBernát Gábor2020-10-276-0/+346