PowerShell/test
Travis Plunk 7bf4641444
Fix broken urls (#8653)
Fix broken URL
  - Also, move other static analysis tests into that CI.
  - Also, make the link analysis a pester test (partly to make sure the step fails in case of an error)
2019-01-15 16:20:45 -08:00
..
common/markdown Fix broken urls (#8653) 2019-01-15 16:20:45 -08:00
docker/networktest Revise use of Start-Sleep cmdlet (#8633) 2019-01-15 12:31:52 +05:00
hosting Merged PR 6201: Update docs and csproj version 2018-12-07 18:24:07 +00:00
packaging/windows Simplify the paths the MSI uses (#6442) 2018-04-02 10:47:29 -07:00
powershell Revise use of Start-Sleep cmdlet (#8633) 2019-01-15 12:31:52 +05:00
shebang Reorganize tests 2016-01-14 17:00:06 -08:00
tools Fix broken urls (#8653) 2019-01-15 16:20:45 -08:00
xUnit Fix broken urls (#8653) 2019-01-15 16:20:45 -08:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Update to .NET Core 2.1.5 with SDK 2.1.403 (#7936) 2018-10-03 13:31:56 -07:00

Testing

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