We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fcd5c commit fe0ad12Copy full SHA for fe0ad12
2 files changed
test/csharp/README.md
@@ -1,4 +1,5 @@
1
-# xUnit Tests
+xUnit Tests
2
+===========
3
4
These tests are completely Linux specific.
5
@@ -11,3 +12,9 @@ for the AppDomain and cannot be reset.`
11
12
13
Having every class in the same collection is as close to an xUnit
14
global init hook as can be done.
15
+
16
+Running xUnit Tests
17
+-------------------
18
19
+Go to the top level of the PowerShell repository and run:
20
+`Start-PSxUnit` inside a self-hosted copy of PowerShell.
test/powershell/README.md
@@ -154,4 +154,4 @@ Running Pester Tests
154
--------------------
155
156
Go to the top level of the PowerShell repository and run:
157
-`./bin/powershell -c "Invoke-Pester test/powershell"`
+`Start-PSPester` inside a self-hosted copy of PowerShell.
0 commit comments