PowerShell/test
Travis Plunk 7c03ad61c1
Use one feed in each nuget.config in official builds (#14363)
Co-authored-by: Robert Holt <rjmholt@gmail.com>
2020-12-14 14:16:55 -08:00
..
common/markdown Update markdown test packages with security fixes (#14145) 2020-11-20 12:27:06 -08:00
docker/networktest Remove unused code (#12610) 2020-05-11 11:59:22 -07:00
hosting Remove workarounds for .NET 5 RTM builds (#14038) 2020-11-11 14:53:33 -08:00
nanoserver Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
packaging/windows Fix Path for the Preview MSI (#13070) 2020-07-01 09:56:12 -07:00
powershell Get PowerShell version in PSVersionInfo using assembly attribute instead of FileVersionInfo (#14332) 2020-12-11 17:12:10 -08:00
shebang Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
SSHRemoting Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
tools Use one feed in each nuget.config in official builds (#14363) 2020-12-14 14:16:55 -08:00
xUnit Enable CA1822: Mark private members as static (#13897) 2020-12-09 11:04:23 -08:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Add StyleCop.Analyzers package (#13963) 2020-11-18 23:13:09 +05: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.