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

Consider pyproject.toml files for config if no other config files were found #11962

Merged
merged 3 commits into from Feb 14, 2024

Commits on Feb 10, 2024

  1. Consider pyproject.toml files for config if no other config files wer…

    …e found
    
    Today `pyproject.toml` is the standard for declaring a Python project root, so seems reasonable to consider it for the ini configuration (and specially `rootdir`) in case we do not find other suitable candidates.
    
    Related to pytest-dev#11311
    nicoddemus committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    b599919 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    7b4fbc3 View commit details
    Browse the repository at this point in the history
  2. Improve docs a bit

    nicoddemus committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4f6cab7 View commit details
    Browse the repository at this point in the history