summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* speed up test suite: symlinks, isolated python call and use wheel over sdistrewroteBernát Gábor2020-11-224-12/+12
* journal: tox 3 (sequential) feature compatibilityBernát Gábor2020-11-0914-63/+271
* journal: add first stab at basic journal supportBernát Gábor2020-11-0721-113/+208
* helpers: move helpers within the python namespace, given they contain helpers...Bernát Gábor2020-11-0710-9/+11
* report: respect no color flag, add tests and coverageBernát Gábor2020-11-072-27/+97
* tests: add coverage for the local subprocess executorBernát Gábor2020-11-064-76/+58
* tests: add full coverage for tox.session.cmd.run.common(#1733)Gleb Nikonorov2020-11-062-1/+21
* tests: add test for CliEnv repr/strBernát Gábor2020-11-052-1/+33
* package api: use if/else idiom instead of try/ImportErrorBernát Gábor2020-11-051-2/+3
* tests: add test for tox.ini not foundBernát Gábor2020-11-053-2/+12
* tests: add coverage for pytest pluginBernát Gábor2020-11-054-22/+100
* tests: add coverage for tox run (#1730)Gleb Nikonorov2020-11-051-0/+19
* tests: add coverage for execute request (#1731)Gleb Nikonorov2020-11-053-11/+31
* tests: add coverage for tox.infoGleb Nikonorov2020-11-051-0/+9
* tests: add coverage for spinner and graph util librariesBernát Gábor2020-11-047-35/+251
* tests: do not build state for config testsBernát Gábor2020-11-048-87/+79
* Handle requirement files for depsBernát Gábor2020-11-0413-46/+118
* Add tests for cpu.py file (#1729)Gleb Nikonorov2020-11-042-2/+17
* tests: add platform specific pragma no coverage for thread reader win/unixBernát Gábor2020-11-032-11/+11
* tests: add platform specific no pragma for platform branchesBernát Gábor2020-11-027-16/+20
* tests: add coverage for config types/of_types/tox_iniBernát Gábor2020-11-025-11/+37
* tests: coverage for types, and some for setsBernát Gábor2020-11-023-4/+55
* sets: fix configurations being defined multiple times (besides core)Bernát Gábor2020-11-029-153/+197
* stringify: fallback unconditionally to strBernát Gábor2020-11-021-3/+1
* tests: full coverage for replace logicBernát Gábor2020-11-024-57/+85
* replace: re-raise exception when load is not KeyErrorBernát Gábor2020-11-027-21/+60
* tests: increasing coverage for the replacement logicBernát Gábor2020-11-015-8/+16
* show_config: allow displaying config for some keys - handle unbalanced replac...Bernát Gábor2020-11-015-30/+59
* tests: add coverage for factor expansionBernát Gábor2020-11-012-14/+35
* tests: clenup and add coverage for posargs replaceBernát Gábor2020-11-011-12/+27
* tests: add coverage for ini loaderBernát Gábor2020-11-015-22/+71
* tests: move show config test to its correct locationBernát Gábor2020-11-012-31/+30
* tests: add coverage for converter base and str converterBernát Gábor2020-11-013-35/+103
* coverage: add no-cover to typing compatibility importsBernát Gábor2020-11-013-6/+6
* Drop PyPy3 support for now, as it increases development cycleBernát Gábor2020-11-012-3/+0
* ini loader: remove unused deepcopyBernát Gábor2020-10-313-43/+3
* tests: add test to memory loader, fix dict/set loadBernát Gábor2020-10-314-3/+88
* tests: add missing coverage to CLI parser, fix no arguments passed in explicitlyBernát Gábor2020-10-312-14/+39
* cli-parser: reuse ini config between main and sub-parsers, fix coverage in in...Bernát Gábor2020-10-312-5/+9
* tests: add missing coverage for cli ini, simplify testsBernát Gábor2020-10-311-97/+35
* tests: reorganize their location to match latest source layoutBernát Gábor2020-10-3121-32/+28
* Use pytest-cov instead of multiple coverage.py callsBernát Gábor2020-10-313-21/+17
* Use covdefaults to get platform specific tags, handle coverage of test suiteBernát Gábor2020-10-317-36/+36
* misc: remove redundant filesBernát Gábor2020-10-301-0/+0
* report: duration of the setup and the individual commands and fix devenvBernát Gábor2020-10-305-26/+37
* pytest: fix integration is not run lastBernát Gábor2020-10-301-0/+1
* Add CLI compatibility with version 3, introduce memory sourceBernát Gábor2020-10-3023-184/+655
* Fix posargs replacement and import fails in test suiteBernát Gábor2020-10-295-10/+10
* Rework configuration to allow generic overridesBernát Gábor2020-10-2941-720/+714
* Print pip install output if verbosity is higher than defaultBernát Gábor2020-10-283-3/+18