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
Copy file name to clipboardExpand all lines: TESTGUIDE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ For the FSharpQA suite, the list of test areas and their associated "tags" is st
55
55
56
56
tests\fsharpqa\source\test.lst // FSharpQA suite
57
57
58
-
Tags are in the left column, paths to to corresponding test folders are in the right column. If no tags arespecifie, all tests will be run.
58
+
Tags are in the left column, paths to to corresponding test folders are in the right column. If no tags arespecified, all tests will be run.
59
59
60
60
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 then pass that as an argument to`build.cmd`:`build.cmd test-net40-fsharpqa include RERUN`.
61
61
@@ -65,7 +65,7 @@ These are all NUnit tests. You can execute these tests individually via the Visu
65
65
extension or the command line via`nunit3-console.exe`.
66
66
67
67
Note that for compatibility reasons, the IDE unit tests should be run in a 32-bit process,