Make most tests parallel.

Now that IoC is thread local, this should be safe.
This commit is contained in:
Pieter-Jan Briers
2019-05-08 22:33:46 +02:00
parent d6f288b667
commit f1c450e588
+1
View File
@@ -87,6 +87,7 @@ namespace Robust.UnitTesting
Client
}
[Parallelizable]
public abstract class RobustUnitTest
{
#region Options