-
Notifications
You must be signed in to change notification settings - Fork 110
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
Convert old and inline integration tests #1583
base: main
Are you sure you want to change the base?
Conversation
87e4b73
to
7e0aac3
Compare
d396acb
to
842a0bf
Compare
The main change is the pattern used in Aside from that it's mostly converting tests to use the integration helpers and removing a number of single-use workflows. I've left a small comment in We can also use the shared workflows imported in |
9193dc1
to
2d637ad
Compare
Extended integration testing helpers to allow for configurable test contexts.
60265cc
to
670f8bc
Compare
What was changed
Refactoring old integration tests to use integration helpers.
Extended existing integration helpers to allow for configurable test contexts.
Why?
Establish more consistency with our testing.
Checklist
I'm treating this like a remaining TODO list:
Closes [Feature Request] Complete conversion of old style integration tests #1569
How was this tested:
Existing tests do not break
Any docs updates needed?
No