| 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 | 4 | -12/+12 |
* | journal: tox 3 (sequential) feature compatibility | Bernát Gábor | 2020-11-09 | 14 | -63/+271 |
* | journal: add first stab at basic journal support | Bernát Gábor | 2020-11-07 | 21 | -113/+208 |
* | helpers: move helpers within the python namespace, given they contain helpers... | Bernát Gábor | 2020-11-07 | 10 | -9/+11 |
* | report: respect no color flag, add tests and coverage | Bernát Gábor | 2020-11-07 | 2 | -27/+97 |
* | tests: add coverage for the local subprocess executor | Bernát Gábor | 2020-11-06 | 4 | -76/+58 |
* | tests: add full coverage for tox.session.cmd.run.common(#1733) | Gleb Nikonorov | 2020-11-06 | 2 | -1/+21 |
* | tests: add test for CliEnv repr/str | Bernát Gábor | 2020-11-05 | 2 | -1/+33 |
* | package api: use if/else idiom instead of try/ImportError | Bernát Gábor | 2020-11-05 | 1 | -2/+3 |
* | tests: add test for tox.ini not found | Bernát Gábor | 2020-11-05 | 3 | -2/+12 |
* | tests: add coverage for pytest plugin | Bernát Gábor | 2020-11-05 | 4 | -22/+100 |
* | 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 | 7 | -35/+251 |
* | tests: do not build state for config tests | Bernát Gábor | 2020-11-04 | 8 | -87/+79 |
* | Handle requirement files for deps | Bernát Gábor | 2020-11-04 | 13 | -46/+118 |
* | Add tests for cpu.py file (#1729) | Gleb Nikonorov | 2020-11-04 | 2 | -2/+17 |
* | tests: add platform specific pragma no coverage for thread reader win/unix | Bernát Gábor | 2020-11-03 | 2 | -11/+11 |
* | tests: add platform specific no pragma for platform branches | Bernát Gábor | 2020-11-02 | 7 | -16/+20 |
* | tests: add coverage for config types/of_types/tox_ini | Bernát Gábor | 2020-11-02 | 5 | -11/+37 |
* | tests: coverage for types, and some for sets | Bernát Gábor | 2020-11-02 | 3 | -4/+55 |
* | sets: fix configurations being defined multiple times (besides core) | Bernát Gábor | 2020-11-02 | 9 | -153/+197 |
* | stringify: fallback unconditionally to str | Bernát Gábor | 2020-11-02 | 1 | -3/+1 |
* | tests: full coverage for replace logic | Bernát Gábor | 2020-11-02 | 4 | -57/+85 |
* | replace: re-raise exception when load is not KeyError | Bernát Gábor | 2020-11-02 | 7 | -21/+60 |
* | tests: increasing coverage for the replacement logic | Bernát Gábor | 2020-11-01 | 5 | -8/+16 |
* | show_config: allow displaying config for some keys - handle unbalanced replac... | Bernát Gábor | 2020-11-01 | 5 | -30/+59 |
* | tests: add coverage for factor expansion | Bernát Gábor | 2020-11-01 | 2 | -14/+35 |
* | 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 | 5 | -22/+71 |
* | 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 | 3 | -35/+103 |
* | coverage: add no-cover to typing compatibility imports | Bernát Gábor | 2020-11-01 | 3 | -6/+6 |
* | Drop PyPy3 support for now, as it increases development cycle | Bernát Gábor | 2020-11-01 | 2 | -3/+0 |
* | ini loader: remove unused deepcopy | Bernát Gábor | 2020-10-31 | 3 | -43/+3 |
* | tests: add test to memory loader, fix dict/set load | Bernát Gábor | 2020-10-31 | 4 | -3/+88 |
* | tests: add missing coverage to CLI parser, fix no arguments passed in explicitly | Bernát Gábor | 2020-10-31 | 2 | -14/+39 |
* | cli-parser: reuse ini config between main and sub-parsers, fix coverage in in... | Bernát Gábor | 2020-10-31 | 2 | -5/+9 |
* | 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 | 21 | -32/+28 |
* | Use pytest-cov instead of multiple coverage.py calls | Bernát Gábor | 2020-10-31 | 3 | -21/+17 |
* | Use covdefaults to get platform specific tags, handle coverage of test suite | Bernát Gábor | 2020-10-31 | 7 | -36/+36 |
* | misc: remove redundant files | Bernát Gábor | 2020-10-30 | 1 | -0/+0 |
* | report: duration of the setup and the individual commands and fix devenv | Bernát Gábor | 2020-10-30 | 5 | -26/+37 |
* | pytest: fix integration is not run last | Bernát Gábor | 2020-10-30 | 1 | -0/+1 |
* | Add CLI compatibility with version 3, introduce memory source | Bernát Gábor | 2020-10-30 | 23 | -184/+655 |
* | Fix posargs replacement and import fails in test suite | Bernát Gábor | 2020-10-29 | 5 | -10/+10 |
* | Rework configuration to allow generic overrides | Bernát Gábor | 2020-10-29 | 41 | -720/+714 |
* | Print pip install output if verbosity is higher than default | Bernát Gábor | 2020-10-28 | 3 | -3/+18 |