You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vi burde ta i bruk TestContainers til å kjøre opp database (SQLite) og Azurite (Blob storage emulator) for Component tests: https://dotnet.testcontainers.org/
Man burde kjøre mot SQLite (som også kan kjøre i minnet uten noen fil)
The text was updated successfully, but these errors were encountered:
nikolaia
changed the title
Endre integrasjonstest-prosjektet til å bruke SQLite istedenfor inmemordyprovider
Endre integrasjonstest-prosjektet til å bruke SQLite istedenfor InMemoryProvider
Dec 2, 2022
nikolaia
changed the title
Endre integrasjonstest-prosjektet til å bruke SQLite istedenfor InMemoryProvider
Bruke TestContainers for bedre Component-tests
May 3, 2023
Vi burde ta i bruk TestContainers til å kjøre opp database (SQLite) og Azurite (Blob storage emulator) for Component tests: https://dotnet.testcontainers.org/
InMemoryProvider er ikke anbefalt for tester: https://learn.microsoft.com/en-us/ef/core/testing/testing-without-the-database#in-memory-provider
Man burde kjøre mot SQLite (som også kan kjøre i minnet uten noen fil)
The text was updated successfully, but these errors were encountered: