-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests run under a disposable localdb database, with a GUID name. This ensure that SQL constraints will be respected. Tests run in 24 sec now. User now has a Guid identity column in order to avoir IDENTITY_INSERT ON/OFF on localdb database (cf dotnet/efcore#703) I have used a TestFixture to encapsulate the creation/deletion of the database NB : Domain tests could be converted to use InMemoryStorage for faster run
- Loading branch information
1 parent
0eda32d
commit 2e77278
Showing
18 changed files
with
339 additions
and
219 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
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.