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