-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: Separate setup and tear down methods in Bookmarks unit tests
Until now, before running each individual unit tests, a new experiment would've been created and all its previous (if any) bookmarks were deleted. Now, using Before annotation, a new experiment will be created upon running each individual test, and then, using After annotation, all the data related to the bookmarks will be deleted. Signed-off-by: Kaveh Shahedi <[email protected]>
- Loading branch information
1 parent
c46b124
commit f548645
Showing
1 changed file
with
35 additions
and
3 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