-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Establish new setup framework for testing Flotilla
The previous framework uses collection based fixtures which have led to tests affecting eachother without meaning to. This change sets an easier framework for writing a new test class where all dependencies will not have to be made from scratch. Additionally, all tests will run with their own database to prevent leakages between tests.
- Loading branch information
Showing
13 changed files
with
506 additions
and
798 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
Oops, something went wrong.