-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
QueryResolved - pending reviewIssue waiting for feedback from the original authorIssue waiting for feedback from the original author
Description
We are writing unit tests where for some test cases we need to run a specific part of the setup and tear-down (say one line of code) once before first section is run and once after all the sections in the test case are done. We would like to do it this way because this specific part of setup and tear-down takes a long time to execute which slows down the total test time.
Is there a way how to achieve this with Catch? I know it sort of breaks the Catch logic, but I have not found a clean way how to do it looking at the Catch Reference and running the "slow" command before and after every section execution just takes too much time.
Metadata
Metadata
Assignees
Labels
QueryResolved - pending reviewIssue waiting for feedback from the original authorIssue waiting for feedback from the original author