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
Our testing method currently is a pain and requires a lot of mocking out of things, namely repositories. It'd be cool to get something similar to the in memory db testing efcore provides. For now (or forever😈) it might be cool to just use a sqlite in memory db like these cats: https://gist.github.com/Ciantic/be6a8b8ca27ee15e2223f642b5e01549
The text was updated successfully, but these errors were encountered:
Our testing method currently is a pain and requires a lot of mocking out of things, namely repositories. It'd be cool to get something similar to the in memory db testing efcore provides. For now (or forever😈) it might be cool to just use a sqlite in memory db like these cats: https://gist.github.com/Ciantic/be6a8b8ca27ee15e2223f642b5e01549
The text was updated successfully, but these errors were encountered: