Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REF Tests #174

Merged
merged 1 commit into from
Oct 3, 2018
Merged

REF Tests #174

merged 1 commit into from
Oct 3, 2018

Commits on Oct 3, 2018

  1. REF Tests

    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
    nfaugout-lucca committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    2e77278 View commit details
    Browse the repository at this point in the history