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
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
I feel like it might be a nice feature to give more power to the fixture. We only have each, once (per ns) and global and it seems pretty limited to me. What if I want to run a fixture only for my integration tests? It doesn't seem like I can reach the metadata of each test from within the fixture, so I can't check if a test is tagged with :integration. What if I want to run a fixture once across multiple namespaces? I can restructure my project so I don't need more flexible fixtures, but it seems like a nice feature and I continue to think about it. I am wondering your thoughts on this? Do you think this is useful? Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I feel like it might be a nice feature to give more power to the fixture. We only have
each
,once
(per ns) andglobal
and it seems pretty limited to me. What if I want to run a fixture only for my integration tests? It doesn't seem like I can reach the metadata of each test from within the fixture, so I can't check if a test is tagged with:integration
. What if I want to run a fixtureonce
across multiple namespaces? I can restructure my project so I don't need more flexible fixtures, but it seems like a nice feature and I continue to think about it. I am wondering your thoughts on this? Do you think this is useful? ThanksThe text was updated successfully, but these errors were encountered: