From 1919a4ccad302e155b1e27287bac36037f620b5d Mon Sep 17 00:00:00 2001 From: jamaa <90166+jamaa@users.noreply.github.com> Date: Sat, 8 Nov 2025 15:08:09 +0100 Subject: [PATCH] parallelize unit tests --- tests/My Project/AssemblyInfo.vb | 4 +++- tests/TestWVP.vb | 8 ++++++-- tests/tests.runsettings | 6 +++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/tests/My Project/AssemblyInfo.vb b/tests/My Project/AssemblyInfo.vb index dd3dff9b..a5935050 100644 --- a/tests/My Project/AssemblyInfo.vb +++ b/tests/My Project/AssemblyInfo.vb @@ -1,4 +1,4 @@ -Imports System +Imports System Imports System.Reflection Imports System.Runtime.InteropServices @@ -11,6 +11,8 @@ Imports System.Runtime.InteropServices + + ' diff --git a/tests/TestWVP.vb b/tests/TestWVP.vb index 4eb46710..0ebaf650 100644 --- a/tests/TestWVP.vb +++ b/tests/TestWVP.vb @@ -42,7 +42,9 @@ Imports Microsoft.VisualStudio.TestTools.UnitTesting ''' ''' Tests reading WVP series options ''' - Public Sub TestWVP_ReadOptions() + + + Public Sub TestWVP_ReadOptions() Dim fileWVP As String = IO.Path.Combine(TestData.getTestDataDir(), "WVP", "test_displayoptions.wvp") @@ -67,7 +69,9 @@ Imports Microsoft.VisualStudio.TestTools.UnitTesting ''' ''' Tests writing WVP series options ''' - Public Sub TestWVP_WriteOptions() + + + Public Sub TestWVP_WriteOptions() 'read time series using a WVP file Dim fileIn As String = IO.Path.Combine(TestData.getTestDataDir(), "WVP", "test_displayoptions.wvp") diff --git a/tests/tests.runsettings b/tests/tests.runsettings index 76fdf26b..c2a081d4 100644 --- a/tests/tests.runsettings +++ b/tests/tests.runsettings @@ -3,7 +3,7 @@ - 1 + 0 .\TestResults @@ -47,6 +47,10 @@ + + 0 + MethodLevel + \ No newline at end of file