Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 382 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 382 Bytes

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