You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Migrate last Nunit tests to Xunit
* up
* up
* up
* Update TestLib.LanguageService.fs
* up
* up
* up
* Remove unused tests
* one more
* up
---------
Co-authored-by: Kevin Ransom (msft) <[email protected]>
Copy file name to clipboardExpand all lines: TESTGUIDE.md
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -151,14 +151,6 @@ Tags are in the left column, paths to to corresponding test folders are in the r
151
151
152
152
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.
153
153
154
-
### VisualFSharp.UnitTests
155
-
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
157
-
extension or the command line via `nunit3-console.exe`.
158
-
159
-
Note that for compatibility reasons, the IDE unit tests should be run in a 32-bit process,
160
-
using the `--x86` flag to `nunit3-console.exe`
161
-
162
154
### Logs and output
163
155
164
156
All test execution logs and result files will be dropped into the `tests\TestResults` folder, and have file names matching
// Not a recovery case, but make sure we get a squiggle at the unfinished Main()
46
-
[<Test>]
47
-
[<Category("error_recovery")>]
43
+
[<Fact>]
48
44
memberpublicthis.``ErrorRecovery.Bug4538_4``()=
49
45
letfileContent="""
50
46
type MyType() =
@@ -54,8 +50,7 @@ type UsingMSBuild() =
54
50
letexpectedStr="The block following this 'use' is unfinished. Every code block is an expression and must have a result. 'use' cannot be the final code element in a block. Consider giving this block an explicit result."
0 commit comments