summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move testsissue_2002Jürgen Gmach2021-04-132-23/+25
* Evaluate factor conditions for `command` keysJürgen Gmach2021-04-133-7/+31
* Fix regex validation for SHA 512 hashes (#2020)Jürgen Gmach2021-04-121-0/+10
* Minor code improvements (#2017)Miroslav Šedivý2021-04-111-1/+1
* Replace .format with f-strings (#2011)Miroslav Šedivý2021-04-102-5/+5
* Docs: define which files to keep py2 compatible (#2015)Miroslav Šedivý2021-04-101-0/+5
* Add Python3.10 to the test suite (#2014)Bernát Gábor2021-04-101-1/+3
* Port pip requirements.txt parser (#2009)Bernát Gábor2021-04-095-403/+428
* fix replacement of sections with dash (#2000)Oliver Bestwalter2021-04-061-0/+15
* Support extras in (editable) path requirements (#1998)Bernát Gábor2021-04-061-6/+17
* Refactor: Simplify and clean up the code (#1997)Miroslav Šedivý2021-04-062-2/+2
* Add names to the req file parametrized testsBernát Gábor2021-04-051-42/+63
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-0515-348/+659
* 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-206-26/+69
* Inline plugin definition support - tox_.py (#1963)Bernát Gábor2021-03-075-13/+43
* 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
* Support for ignore_outcome (#1960)Andrey Bienkowski2021-03-041-0/+12
* Workaround mypy AssertionError (#1959)Andrey Bienkowski2021-03-041-3/+4
* 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-277-17/+79
* Fix tox is not exiting because package env thread holding it upBernát Gábor2021-02-151-2/+3
* 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-146-4/+21
* Smarter tox env finish status report (#1910)Bernát Gábor2021-02-132-4/+8
* Do not make temp requirements file for deps (#1906)Bernát Gábor2021-02-122-9/+3
* Support requirements file containing --hash (#1905)Bernát Gábor2021-02-122-0/+4
* Add quickstart (#1907)Bernát Gábor2021-02-121-7/+40
* Support running python 2 targets (#1900)Bernát Gábor2021-02-094-21/+35
* Add more flake8 checks (#1899)Bernát Gábor2021-02-0628-94/+112
* Add package_root support (#1891)Bernát Gábor2021-02-011-0/+16
* Drop sdistsrc and support --installpkg (#1890)Bernát Gábor2021-02-015-30/+64
* Comment support in ini and alias in show config (#1889)Bernát Gábor2021-01-312-0/+24
* Add platform support (#1888)Bernát Gábor2021-01-301-0/+20
* Add list_dependencies_command support (#1887)Bernát Gábor2021-01-301-0/+10
* Add support for install_command virtualenv settings (#1886)Bernát Gábor2021-01-304-5/+19
* Support for pip_pre config (#1885)Bernát Gábor2021-01-301-0/+12
* Recreate tox_env support (#1883)Bernát Gábor2021-01-301-0/+11
* Add ignore_erros and fix handling commands* (#1876)Bernát Gábor2021-01-273-13/+68
* Fix bad package dependencies with differing extras (#1869)Bernát Gábor2021-01-231-5/+29
* Support = as arg separator and dir in req files (#1867)Bernát Gábor2021-01-236-9/+12
* Recreate when virtualenv changes (#1866)Bernát Gábor2021-01-221-0/+13
* Multiple small bug-fixes (#1864)Bernát Gábor2021-01-221-3/+15
* Add support for virtualenv configuration options (#1862)Bernát Gábor2021-01-215-7/+114
* Add CLI documentation (#1852)Bernát Gábor2021-01-171-1/+1
* Support all requirement one arg flags to be specified without space (#1835)Bernát Gábor2021-01-161-1/+10
* Handle spaces in paths within requirement files (#1828)Bernát Gábor2021-01-161-1/+22
* rewrite (#1824)Bernát Gábor2021-01-163-38/+73
* Support legacy way of specifying constraint files (and expand constraint file...Bernát Gábor2021-01-141-5/+28