summaryrefslogtreecommitdiff
path: root/coverage/tomlconfig.py
Commit message (Expand)AuthorAgeFilesLines
* mypy: use __future__ uniformly in checked filesNed Batchelder2023-01-051-0/+2
* mypy: test_debug.py test_execfile.py test_filereporter.py test_files.pyNed Batchelder2023-01-041-4/+4
* refactor: a better way to have maybe-importable third-party modulesNed Batchelder2023-01-031-3/+3
* mypy: check tomlconfig.pyNed Batchelder2022-12-291-21/+36
* fix: [tools.coverage] is valid for settings in a toml file. #1516Ned Batchelder2022-12-271-1/+1
* refactor: no longer need a strange typing importNed Batchelder2022-12-271-5/+0
* test: run mypy on config.pyNed Batchelder2022-12-271-1/+5
* test: correct some config tests, and fully cover tomlconfig.pyNed Batchelder2022-10-281-7/+4
* fix: in toml config, only apply environment substitution to coverage settings...Ned Batchelder2022-10-281-22/+47
* fix: use tomli for [toml] under more precise conditions. #1390Ned Batchelder2022-06-011-1/+1
* refactor: clean up tomllib additionNed Batchelder2022-05-151-4/+5
* Use tomllib on Python 3.11 (#1359)Shantanu2022-05-151-9/+14
* refactor: specialize exceptionsNed Batchelder2021-11-141-3/+3
* fix: source modules need to be re-imported. #1232Ned Batchelder2021-10-111-1/+5
* fix: pretend we didn't import third-party packages we use. #1228Ned Batchelder2021-10-061-5/+2
* refactor: convert %-strings to f-stringsNed Batchelder2021-07-281-3/+1
* fix: raise chained errors with "from" #998Ned Batchelder2021-07-201-4/+4
* Support TOML v1.0.0 syntax in `pyproject.toml` (#1186)Thomas Grainger2021-07-131-6/+6
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-1/+2
* build: update to latest pylintgood-metaNed Batchelder2021-05-021-1/+0
* refactor: remove a few more version checksNed Batchelder2021-05-021-3/+1
* refactor: pyupgrade --py36-plus coverage/*.pyNed Batchelder2021-05-021-4/+3
* refactor: remove unneeded backward.py shimsNed Batchelder2021-05-011-2/+2
* Simplify the testing of the toml extra, fixing #1084Ned Batchelder2021-01-181-2/+6
* Consolidate the type checking of toml valuesNed Batchelder2019-11-041-22/+12
* Refactor the toml logicNed Batchelder2019-11-041-77/+82
* Give warnings about not being able to parse TOML files if toml isn't installedNed Batchelder2019-11-031-19/+28
* A better way to import optional modulesNed Batchelder2019-11-031-1/+2
* Expand environment variables in any part of a TOML configNed Batchelder2019-11-031-7/+4
* Cleanups for TOML codeNed Batchelder2019-11-031-4/+20
* TOML support for pyproject.toml and other config filesFrazer McLean2019-11-031-0/+146