Run tests in parallel (#79)

This commit is contained in:
Patrick Stevens
2024-06-16 15:43:07 +01:00
committed by GitHub
parent 55e9645316
commit 9d4b893e02
8 changed files with 375 additions and 82 deletions

View File

@@ -88,6 +88,7 @@ type SingleTestMethod =
/// A test fixture (usually represented by the [<TestFixture>]` attribute), which may contain many tests,
/// each of which may run many times.
[<NoComparison>]
type TestFixture =
{
/// The assembly which contains this TestFixture, loaded into a separate context.