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

Reuse slice across integration tests #244

Open
sajith opened this issue Sep 8, 2023 · 0 comments · May be fixed by #245
Open

Reuse slice across integration tests #244

sajith opened this issue Sep 8, 2023 · 0 comments · May be fixed by #245
Assignees
Labels
enhancement New feature or request

Comments

@sajith
Copy link
Member

sajith commented Sep 8, 2023

Setting up a FABRIC slice is relatively expensive. It will speed up integration tests a lot if we could set up a slice using PyTest fixtures with a "session" scope, and use that slice in integration tests whenever it is possible to do so.

https://docs.pytest.org/en/stable/how-to/fixtures.html

@sajith sajith added the enhancement New feature or request label Sep 8, 2023
@sajith sajith self-assigned this Sep 8, 2023
@sajith sajith linked a pull request Sep 8, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant