Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
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, a new experiment will be created upon running each individual test, and then, using @after, all the data related to the bookmarks will be deleted. Signed-off-by: Kaveh Shahedi <[email protected]>
- Loading branch information