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

session.env_select.CliEnv: Document and test spaces behaviour #3208

Merged
merged 1 commit into from
Jan 27, 2024

Commits on Jan 27, 2024

  1. session.env_select.CliEnv: Document and test spaces behaviour

    It turns out that spaces on either side of environment names in a
    comma-separated list are considered not part of the environment
    name and removed. This was neither documented nor tested
    directly; that's now fixed. (It was and is still also tested in
    `config.cli.test_cli_ini.test_ini_exhaustive_parallel_values` as
    well.)
    
    The discovery of this was documented in issue tox-dev#3207.
    0cjs committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    64c1233 View commit details
    Browse the repository at this point in the history