summaryrefslogtreecommitdiff
path: root/tests/unit/discovery
Commit message (Expand)AuthorAgeFilesLines
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-102-3/+7
* Fix test suite failing if run under system Python (#1888)Bernát Gábor2020-07-061-1/+1
* Add 3.9 on Linux to the test suite (#1839)Bernát Gábor2020-05-221-0/+2
* Bump linters (#1823)Bernát Gábor2020-05-125-15/+19
* Fix CPython2 not found on Windows via registry (#1797)Bernát Gábor2020-05-022-28/+28
* make test discovery more deterministic (#1802)Anthony Sottile2020-05-021-2/+2
* Handle poison interpreters during discovery (#1790)Bernát Gábor2020-04-281-0/+11
* Setuptools compatibility with cli_run (#1771)Bernát Gábor2020-04-161-0/+7
* Fix discovery when name is non-spec format on PATH (#1748)Bernát Gábor2020-03-241-0/+20
* Fix relative discovery (#1734)Bernát Gábor2020-03-191-0/+9
* Allow testing via the system Python (#1731)Bernát Gábor2020-03-182-6/+10
* Fix Windows Store support (#1725)Bernát Gábor2020-03-174-6/+18
* Fix py info might be misslead by distutils config (#1705)Bernát Gábor2020-03-101-0/+25
* A more robust way to get scripts path (#1706)Bernát Gábor2020-03-101-2/+1
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-264-30/+30
* macOs Python 2 Framework support (#1641)Bernát Gábor2020-02-211-4/+5
* Discover python interpreter in a case insensitive manner (#1629)PRAJWAL M2020-02-152-2/+11
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-131-2/+2
* on exe discovery ignore incorrect interpreters, also try in the… (#1573)Bernát Gábor2020-02-111-1/+6
* generate fish and bash activators on Windows (#1528)Bernát Gábor2020-01-311-1/+1
* Better handling of base executable not found #1515Bernát Gábor2020-01-303-20/+113
* Support relative paths for the python specification string. (#1523)Bernát Gábor2020-01-291-1/+9
* We should override the executable rather than original executable during our ...Bernat Gabor2020-01-291-1/+1
* Cached python information load should update original executable (#1513)Bernát Gábor2020-01-281-11/+23
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-282-7/+21
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-216-0/+634