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

Conversation

blueyed
Copy link
Owner

@blueyed blueyed commented Nov 9, 2019

Uses -K since -k is meant to be kept compatible.

AFTER:

  • refactor / improve cacheprovider to use SQLite database

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant