Migration is no longer executed per test, its ran once and the db is cloned after that, (faster tests, cleaner logs ;)

This commit is contained in:
kay.one
2011-10-16 19:03:54 -07:00
parent f1248d12c6
commit c55ca42c21
4 changed files with 18 additions and 10 deletions
+1
View File
@@ -15,6 +15,7 @@ using PetaPoco;
namespace NzbDrone.Core.Test
{
[TestFixture]
[Category("Benchmark")]
// ReSharper disable InconsistentNaming
public class DbBenchmark : TestBase
{