summaryrefslogtreecommitdiff
path: root/tests/session
Commit message (Expand)AuthorAgeFilesLines
* Add support for execute interrupt timeouts (#2158)Bernát Gábor2021-08-151-0/+15
* Add support for args_are_paths (#2157)Bernát Gábor2021-08-151-1/+1
* Support CLI run flags for tox config (#2150)Bernát Gábor2021-08-091-0/+7
* Fix virtual environment creation not cached (#2147)Bernát Gábor2021-08-091-0/+12
* Suport # character in path of tox project (#2146)Bernát Gábor2021-08-081-0/+26
* Add support for exec subcommand (#2142)Bernát Gábor2021-08-071-0/+33
* Add outcome of the tox environment evaluation into result JSON (#2144)Bernát Gábor2021-08-071-0/+5
* `tox -e ALL` now runs all environments as expected (#2114)Jürgen Gmach2021-07-263-12/+16
* Replace .format with f-strings (#2011)Miroslav Šedivý2021-04-101-1/+1
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-052-78/+6
* Fix legacy list env command for empty/missing envlist (#1988)Jürgen Gmach2021-04-011-0/+25
* Show skipped envs in reports on platform mismatch (#1970)Jürgen Gmach2021-03-202-4/+35
* Support for ignore_outcome (#1960)Andrey Bienkowski2021-03-041-0/+12
* Do not show inherited keys as unused (#1913)Bernát Gábor2021-02-141-1/+2
* Normalize the description line to contain single whitespace and no newline (#...Bernát Gábor2021-02-143-2/+7
* Smarter tox env finish status report (#1910)Bernát Gábor2021-02-131-3/+7
* Add quickstart (#1907)Bernát Gábor2021-02-121-7/+40
* Add more flake8 checks (#1899)Bernát Gábor2021-02-064-6/+8
* Drop sdistsrc and support --installpkg (#1890)Bernát Gábor2021-02-011-3/+34
* Comment support in ini and alias in show config (#1889)Bernát Gábor2021-01-311-0/+6
* Add support for install_command virtualenv settings (#1886)Bernát Gábor2021-01-301-2/+2
* Add ignore_erros and fix handling commands* (#1876)Bernát Gábor2021-01-271-8/+58
* Add support for virtualenv configuration options (#1862)Bernát Gábor2021-01-211-2/+2
* Better handling of packaging env creation (#1807)Bernát Gábor2021-01-134-92/+122
* Adopt same pass env list as tox 3 hasBernát Gábor2021-01-111-11/+10
* Better handling of set_env (#1784)Bernát Gábor2021-01-111-4/+5
* Stable deps and eat-our-own dogfood4.0.0a2Bernát Gábor2021-01-081-0/+7
* Fix stdin (but loose isatty support for stdout/stderr)Bernát Gábor2021-01-081-1/+25
* Requirement files support within depsBernát Gábor2021-01-071-7/+42
* Add test for dependency removal triggers recreateBernát Gábor2021-01-031-1/+12
* Fix env_tmp_dir reset, set cwd in test runs, increase coverage on tox_env.apiBernát Gábor2021-01-031-0/+53
* Handle packaging is run too, and run used as packagingBernát Gábor2021-01-031-0/+21
* Better handling and error messages on backend failedBernát Gábor2021-01-031-7/+35
* Add keyboard interrupt support for parallelBernát Gábor2021-01-033-1/+89
* Increase code coverageBernát Gábor2021-01-011-0/+40
* Allow changing the root folder and increase coverageBernát Gábor2021-01-011-0/+30
* Add test coverage for runner and show configBernát Gábor2020-12-311-0/+18
* Fix some code coverage issuesBernát Gábor2020-12-281-0/+1
* More Windows fixbgabor82020-12-241-1/+1
* Windows fixesbgabor82020-12-242-2/+2
* General rework of the parallel, execute and reportingBernát Gábor2020-12-244-17/+90
* Add parallel show output support, and don't display parallel output by defaultBernát Gábor2020-11-302-5/+11
* Implement parallel mode - without output redirectBernát Gábor2020-11-301-0/+24
* tests: add test for the sequential run failingBernát Gábor2020-11-281-3/+18
* show config: fix unused usage, add full coverageBernát Gábor2020-11-281-0/+13
* quickstart: add current functionality testBernát Gábor2020-11-282-1/+13
* legacy: add testsBernát Gábor2020-11-282-1/+69
* devenv: fix and add support for running without tox.ini availableBernát Gábor2020-11-282-21/+20
* Fix provisioning supportBernát Gábor2020-11-272-53/+0
* speed up test suite: symlinks, isolated python call and use wheel over sdistrewroteBernát Gábor2020-11-221-9/+7