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

[WIP] -K to simply select/ignore cached nodeids #102

Open
wants to merge 4 commits into
base: my-master
Choose a base branch
from
Open

Commits on Jan 10, 2020

  1. [WIP] -K to simply select/ignore cached nodeids

    Uses `-K` since `-k` is meant to be kept compatible.
    
    TODO:
    
    - [ ] simple string-based query (with prefixes)?
    - [ ] language/multiple args
    
    For `pytest -K pdb --collect-only`:
    
    No cache:
    
    > 2596 deselected in 1.56s
    
    Next run:
    
    > 2596 deselected in 0.22s
    blueyed committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    4ddaa39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ed6533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6cfb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dda985 View commit details
    Browse the repository at this point in the history