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

refactor: Enhance unit test helpers loading #1585

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

matsales28
Copy link
Member

This commit refactors the way we load unit test helpers. Instead of requiring each file individually, we now have a single file that requires all of them. This makes it easier to add new helpers and ensures that they are loaded in the correct order.

@matsales28 matsales28 requested a review from vsppedro as a code owner December 11, 2023 20:31
@matsales28 matsales28 force-pushed the ms/refactor-unit-helpers-loading branch 3 times, most recently from 40ac986 to be656ef Compare December 11, 2023 20:45
@matsales28 matsales28 marked this pull request as draft December 11, 2023 20:45
@matsales28 matsales28 force-pushed the ms/refactor-unit-helpers-loading branch 2 times, most recently from 0a7604b to 871f4e1 Compare December 11, 2023 20:50
@matsales28 matsales28 marked this pull request as ready for review December 12, 2023 13:43
This commit refactors the way we load unit test helpers. Instead of
requiring each file individually, we now have a single file that
requires all of them. This makes it easier to add new helpers and
ensures that they are loaded in the correct order.
@matsales28 matsales28 force-pushed the ms/refactor-unit-helpers-loading branch from 871f4e1 to e11a421 Compare December 19, 2023 19:04
@matsales28 matsales28 merged commit c17c0d7 into main Dec 19, 2023
13 of 14 checks passed
@matsales28 matsales28 deleted the ms/refactor-unit-helpers-loading branch December 19, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants