You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: