Skip to content

Commit 9df0c3c

Browse files
authored
Update TESTGUIDE.md (#17663)
1 parent 2bd6c47 commit 9df0c3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TESTGUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The F# tests are split as follows:
114114

115115
### FSharp Suite
116116

117-
This is compiled using [tests\fsharp\FSharp.Tests.FSharpSuite.fsproj](tests/fsharp/FSharp.Tests.FSharpSuite.fsproj) to a unit test DLL which acts as a driver script. Each individual test is an NUnit test case, and so you can run it like any other NUnit test.
117+
This is compiled using [tests\fsharp\FSharp.Tests.FSharpSuite.fsproj](tests/fsharp/FSharp.Tests.FSharpSuite.fsproj) to a unit test DLL which acts as a driver script. Each individual test is an xUnit test case, and so you can run it like any other xUnit test.
118118

119119
```shell
120120
.\build.cmd net40 test-net40-fsharp
@@ -151,9 +151,9 @@ Tags are in the left column, paths to to corresponding test folders are in the r
151151

152152
If you want to re-run a particular test area, the easiest way to do so is to set a temporary tag for that area in test.lst (e.g. "RERUN") and adjust `ttags` [run.fsharpqa.test.fsx script](tests/fsharpqa/run.fsharpqa.test.fsx) and run it.
153153

154-
### VisualFSharp.UnitTests, FSharpSuite.Tests
154+
### VisualFSharp.UnitTests
155155

156-
These are all currently NUnit tests (we hope to migrate them to xUnit). You can execute these tests individually via the Visual Studio NUnit3 runner
156+
These are currently NUnit tests (we hope to migrate them to xUnit). You can execute these tests individually via the Visual Studio NUnit3 runner
157157
extension or the command line via `nunit3-console.exe`.
158158

159159
Note that for compatibility reasons, the IDE unit tests should be run in a 32-bit process,

0 commit comments

Comments
 (0)