Skip to content

Commit fe0ad12

Browse files
committed
Update test documentation
1 parent 51fcd5c commit fe0ad12

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

test/csharp/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# xUnit Tests
1+
xUnit Tests
2+
===========
23

34
These tests are completely Linux specific.
45

@@ -11,3 +12,9 @@ for the AppDomain and cannot be reset.`
1112

1213
Having every class in the same collection is as close to an xUnit
1314
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ Running Pester Tests
154154
--------------------
155155

156156
Go to the top level of the PowerShell repository and run:
157-
`./bin/powershell -c "Invoke-Pester test/powershell"`
157+
`Start-PSPester` inside a self-hosted copy of PowerShell.

0 commit comments

Comments
 (0)