| Commit message (Expand) | Author | Age | Files | Lines |
| * | speed up test suite: symlinks, isolated python call and use wheel over sdistrewrote | Bernát Gábor | 2020-11-22 | 1 | -9/+7 |
| * | journal: tox 3 (sequential) feature compatibility | Bernát Gábor | 2020-11-09 | 4 | -13/+180 |
| * | journal: add first stab at basic journal support | Bernát Gábor | 2020-11-07 | 4 | -4/+49 |
| * | report: respect no color flag, add tests and coverage | Bernát Gábor | 2020-11-07 | 1 | -0/+58 |
| * | tests: add coverage for the local subprocess executor | Bernát Gábor | 2020-11-06 | 1 | -36/+26 |
| * | tests: add full coverage for tox.session.cmd.run.common(#1733) | Gleb Nikonorov | 2020-11-06 | 1 | -0/+20 |
| * | tests: add test for CliEnv repr/str | Bernát Gábor | 2020-11-05 | 1 | -0/+32 |
| * | tests: add test for tox.ini not found | Bernát Gábor | 2020-11-05 | 2 | -1/+11 |
| * | tests: add coverage for pytest plugin | Bernát Gábor | 2020-11-05 | 1 | -12/+91 |
| * | tests: add coverage for tox run (#1730) | Gleb Nikonorov | 2020-11-05 | 1 | -0/+19 |
| * | tests: add coverage for execute request (#1731) | Gleb Nikonorov | 2020-11-05 | 3 | -11/+31 |
| * | tests: add coverage for tox.info | Gleb Nikonorov | 2020-11-05 | 1 | -0/+9 |
| * | tests: add coverage for spinner and graph util libraries | Bernát Gábor | 2020-11-04 | 4 | -1/+216 |
| * | tests: do not build state for config tests | Bernát Gábor | 2020-11-04 | 7 | -77/+79 |
| * | Handle requirement files for deps | Bernát Gábor | 2020-11-04 | 5 | -7/+47 |
| * | Add tests for cpu.py file (#1729) | Gleb Nikonorov | 2020-11-04 | 1 | -0/+15 |
| * | tests: add platform specific no pragma for platform branches | Bernát Gábor | 2020-11-02 | 1 | -0/+3 |
| * | tests: add coverage for config types/of_types/tox_ini | Bernát Gábor | 2020-11-02 | 4 | -5/+33 |
| * | tests: coverage for types, and some for sets | Bernát Gábor | 2020-11-02 | 2 | -1/+52 |
| * | sets: fix configurations being defined multiple times (besides core) | Bernát Gábor | 2020-11-02 | 3 | -114/+145 |
| * | tests: full coverage for replace logic | Bernát Gábor | 2020-11-02 | 2 | -28/+63 |
| * | replace: re-raise exception when load is not KeyError | Bernát Gábor | 2020-11-02 | 3 | -5/+33 |
| * | tests: increasing coverage for the replacement logic | Bernát Gábor | 2020-11-01 | 3 | -0/+14 |
| * | show_config: allow displaying config for some keys - handle unbalanced replac... | Bernát Gábor | 2020-11-01 | 2 | -3/+17 |
| * | tests: add coverage for factor expansion | Bernát Gábor | 2020-11-01 | 1 | -6/+26 |
| * | tests: clenup and add coverage for posargs replace | Bernát Gábor | 2020-11-01 | 1 | -12/+27 |
| * | tests: add coverage for ini loader | Bernát Gábor | 2020-11-01 | 4 | -21/+70 |
| * | tests: move show config test to its correct location | Bernát Gábor | 2020-11-01 | 2 | -31/+30 |
| * | tests: add coverage for converter base and str converter | Bernát Gábor | 2020-11-01 | 2 | -1/+70 |
| * | coverage: add no-cover to typing compatibility imports | Bernát Gábor | 2020-11-01 | 1 | -0/+0 |
| * | tests: add test to memory loader, fix dict/set load | Bernát Gábor | 2020-10-31 | 2 | -0/+85 |
| * | tests: add missing coverage to CLI parser, fix no arguments passed in explicitly | Bernát Gábor | 2020-10-31 | 1 | -0/+25 |
| * | tests: add missing coverage for cli ini, simplify tests | Bernát Gábor | 2020-10-31 | 1 | -97/+35 |
| * | tests: reorganize their location to match latest source layout | Bernát Gábor | 2020-10-31 | 20 | -31/+27 |
| * | Use covdefaults to get platform specific tags, handle coverage of test suite | Bernát Gábor | 2020-10-31 | 4 | -5/+6 |
| * | report: duration of the setup and the individual commands and fix devenv | Bernát Gábor | 2020-10-30 | 1 | -1/+1 |
| * | Add CLI compatibility with version 3, introduce memory source | Bernát Gábor | 2020-10-30 | 6 | -37/+165 |
| * | Fix posargs replacement and import fails in test suite | Bernát Gábor | 2020-10-29 | 1 | -1/+1 |
| * | Rework configuration to allow generic overrides | Bernát Gábor | 2020-10-29 | 12 | -75/+64 |
| * | Print pip install output if verbosity is higher than default | Bernát Gábor | 2020-10-28 | 1 | -0/+0 |
| * | Support ignoring command outcomes via the - prefix | Bernát Gábor | 2020-10-28 | 1 | -0/+13 |
| * | Fix: show config test fails on Windows | bgabor8 | 2020-10-28 | 1 | -8/+12 |
| * | Fix: not possible to pass positional arguments | Bernát Gábor | 2020-10-28 | 1 | -3/+4 |
| * | Fix: tests on non py39 for show config | Bernát Gábor | 2020-10-28 | 1 | -8/+8 |
| * | Fix: mappings are rendered incorrectly witin show config | Bernát Gábor | 2020-10-28 | 1 | -1/+59 |
| * | Fix ini replace logic does not work for other config set references | Bernát Gábor | 2020-10-27 | 40 | -16/+21 |
| * | Facilitate usage in parallel with tox 3 | Bernát Gábor | 2020-10-27 | 6 | -16/+37 |
| * | Better shell cmd report, fix list env not working with tests | Bernát Gábor | 2020-10-27 | 14 | -1/+73 |
| * | Better run output, and fix failing cmd not being reported | Bernát Gábor | 2020-10-26 | 1 | -1/+1 |
| * | Add typing to test suite | Bernát Gábor | 2020-10-26 | 40 | -134/+224 |