Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom prefix in .ini source #2927

Merged
merged 3 commits into from
Feb 21, 2023
Merged

Custom prefix in .ini source #2927

merged 3 commits into from
Feb 21, 2023

Commits on Feb 21, 2023

  1. test_source_ini: custom config can overlap testenv

    regression test for plugin behavior in tox-dev#2926
    masenf committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    a32eede View commit details
    Browse the repository at this point in the history
  2. 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 tox-dev#2926
    masenf committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f9945d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57d4a12 View commit details
    Browse the repository at this point in the history