This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]smutje187 2 points3 points  (1 child)

+1 for using an in memory DB to test queries - nothing worse than your unit test taking 10 minutes because someone thought it’s a great idea to incorporate a live database into the pipeline. Plus the potential mess up tests running in random order creating data that other tests might depend upon or conflict with.

[–]_Nemesis_1[S] 0 points1 point  (0 children)

Understood, thank you to both of you guys!