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

Test fixtures refactor #6

Merged
merged 5 commits into from
Jul 26, 2024
Merged

Test fixtures refactor #6

merged 5 commits into from
Jul 26, 2024

Conversation

enku
Copy link
Owner

@enku enku commented Jul 21, 2024

No description provided.

enku added 5 commits July 24, 2024 20:51
Rename setup modules to fixture modules
The original reason for the split was to avoid circular imports, however
this is no longer an issue.
Instead of having fixture functions be decorated with @contextmanager,
handle it from get_result, which will use is as a context manager if it
is a generator function and get the result and add the tear down as
appropriate.
I don't remember why I did it that way in the first place.
@enku enku merged commit 7790551 into master Jul 26, 2024
1 check passed
@enku enku deleted the test-fixtures-refactor branch July 26, 2024 22:53
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.

1 participant