summaryrefslogtreecommitdiff
path: root/tests/config/source/test_source_ini.py
Commit message (Collapse)AuthorAgeFilesLines
* Custom prefix in .ini source (#2927)Masen Furer2023-02-211-0/+26
| | | | | | | | | | | | | | | | | | | | | | | * test_source_ini: custom config can overlap testenv regression test for plugin behavior in #2926 * IniSource.get_loader: check section.prefix ensure that loaders returned from .ini source are bound to the correct section prefix, if specified. add comment explaining why the code must look up the name in the _section_mapping fix #2926 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Ignore non-test section names and invalid factor filters (#2748)Bernát Gábor2022-12-181-0/+12
| | | Resolves https://github.com/tox-dev/tox/issues/2746
* Bump deps and toolsBernát Gábor2022-11-221-0/+2
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Do not perform interpolation for INI files (#2352)Bernát Gábor2022-02-101-0/+10