-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2859 from OwenTuz/issue-2692-document-setup-teard…
…own-mismatch-in-unittest-integration 2692.docs document setup/teardown behaviour when using unittest-based su…
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit b61cbc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hope this helps.
Due to architectural differences between the two frameworks, setup and teardown for unittest based tests is performed during the call phase of testing, instead of in the pytest standard.