Skip to content

Files

Latest commit

9819dce · May 25, 2022

History

History

RavenDBUnitTest

How to unit test a RavenDB

RavenDB is a well known open-source document-oriented databse for .NET. And of course we want to test our logic and not only locally while developing, but also our continuous integration pipeline should be able to run our tests. So let's tackle exactly that.

Found here