File size: 342 Bytes
8c763fb
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
Testing
=======

The tests are organized by testing language. Thus Pester tests, which
are written in the PowerShell language, are in
[./powershell](./powershell) and xUnit tests, written in C#, are in
[./xUnit](./xUnit). The third-party
[shebang][] test is in [./shebang](./shebang).

[shebang]: https://en.wikipedia.org/wiki/Shebang_(Unix)