Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bellini666/pytest-language-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.1
Choose a base ref
...
head repository: bellini666/pytest-language-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.19.2
Choose a head ref
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on Feb 14, 2026

  1. Configuration menu
    Copy the full SHA
    59495c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. fix: exclude autouse fixtures from fixtures list --only-unused

    The prior fix (5813693) only covered get_unused_fixtures() but missed
    print_fixtures_tree(), causing autouse fixtures to still appear in
    `fixtures list --only-unused` and be labeled as "unused" in the full
    tree output.
    
    - Filter autouse fixtures from --only-unused, include in --skip-unused
    - Show "autouse=True" label instead of "unused" in tree display
    - Fix has_visible_fixtures() to match the same logic
    - Tighten test assertion for fixtures unused CLI output
    
    Fix #87
    bellini666 committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    91a84be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b3ed14 View commit details
    Browse the repository at this point in the history
Loading