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

config.cli.test_cli_ini: Re-order for clarity (textual moves only) #3209

Commits on Jan 28, 2024

  1. config.cli.test_cli_ini: Re-order for clarity (textual moves only)

    No code changes; just a "move text" refactoring.
    
    This makes the code quicker to understand by moving the exhaustive_ini
    fixture next to the two tests using it, rather than having it separated
    from them by several other test functions that don't use it. (This
    separation is why I didn't immediately see an important point in that
    in issue tox-dev#3207.)
    
    There's also a slight re-ordering of tests; they're still in an order
    that makes sense for testing the functionality from the smallest to
    the largest bits.
    0cjs committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    bc562e0 View commit details
    Browse the repository at this point in the history