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

Remove extra setup/teardown calls. #121

Closed
wants to merge 2 commits into from

Conversation

naylor-b
Copy link
Member

Summary

I realized recently that when I added support for subtests by just letting the TestCase object handle running the test (which also handles setup and teardown), I forgot to remove the calls to setup/teardown that we were making on our side.

Backwards incompatibilities

None

New Dependencies

None

@naylor-b
Copy link
Member Author

Nevermind. The calls I thought were extra calls to setUp/tearDown were actually calls to setUpClass/tearDownClass, so previous code was fine.

@naylor-b naylor-b closed this Sep 23, 2024
@swryan
Copy link

swryan commented Sep 23, 2024

we can close #74, or is that still an issue?

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