-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved rigetti integration test logic to higher level conftest.py file… (
#6328) * Move all pytest_collection_modifyitems hooks to the top conftest.py and apply mark-based test-selection there * Move custom marks definitions to pyproject.toml so they show in `pytest --markers` * Add custom pytest option `--enable-slow-tests` to run slow-marked tests. These are otherwise skipped by default. * Support a quick check of test selection using `pytest --co -m skip` and `pytest --co -m "not skip"` Partially implements #6211 --------- Co-authored-by: Pavol Juhas <juhas@google.com>
- Loading branch information
1 parent
1549785
commit 1eced48
Showing
4 changed files
with
34 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters