summaryrefslogtreecommitdiff
path: root/tests/execute/local_subprocess
Commit message (Expand)AuthorAgeFilesLines
* implement pseudo tty on stdout/stderr (#2711)Masen Furer2022-12-161-2/+11
* Mark keyboard interrupt flaky testBernát Gábor2022-12-111-2/+1
* Do not set COLUMNS or LINES if already set by user (#2580)Bernát Gábor2022-12-021-0/+18
* Better selection support (#2290)Bernát Gábor2022-01-043-2/+4
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-175-10/+18
* Update setup changelogBernát Gábor2021-11-161-1/+5
* Add support for TOX_LIMITED_SHEBANG (#2226)Bernát Gábor2021-09-202-2/+63
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-151-5/+5
* Add support for execute interrupt timeouts (#2158)Bernát Gábor2021-08-152-12/+16
* Add support for allowlist_externals (#2134)Bernát Gábor2021-08-021-1/+22
* Minor code improvements (#2017)Miroslav Šedivý2021-04-111-1/+1
* Fix tox is not exiting because package env thread holding it upBernát Gábor2021-02-151-2/+3
* Support requirements file containing --hash (#1905)Bernát Gábor2021-02-121-0/+2
* Add more flake8 checks (#1899)Bernát Gábor2021-02-062-4/+4
* Fix stdin (but loose isatty support for stdout/stderr)Bernát Gábor2021-01-081-4/+3
* Requirement files support within depsBernát Gábor2021-01-072-4/+9
* Allow running it on termuxBernát Gábor2021-01-041-1/+5
* Add keyboard interrupt support for parallelBernát Gábor2021-01-032-30/+37
* Add coverage for the delayed signal handlerBernát Gábor2020-12-311-1/+0
* Finish coverage for PEP-517Bernát Gábor2020-12-301-1/+1
* Fix some code coverage issuesBernát Gábor2020-12-282-12/+12
* Improve coverageBernát Gábor2020-12-281-0/+1
* Rework and simplify local subprocess executor handlersBernát Gábor2020-12-273-22/+27
* Rework and simplify local subprocess executor handlersBernát Gábor2020-12-273-52/+60
* Fix keyboard interrupt can failBernát Gábor2020-12-252-6/+6
* Improve code coverageBernát Gábor2020-12-241-0/+2
* Windows fixesbgabor82020-12-241-7/+13
* General rework of the parallel, execute and reportingBernát Gábor2020-12-242-42/+78
* tests: add coverage for the local subprocess executorBernát Gábor2020-11-061-36/+26
* tests: add coverage for execute request (#1731)Gleb Nikonorov2020-11-051-11/+11
* tests: add platform specific no pragma for platform branchesBernát Gábor2020-11-021-0/+3
* tests: reorganize their location to match latest source layoutBernát Gábor2020-10-315-0/+317