PowerShell/test
dependabot-preview[bot] b049017be2
Bump XunitXml.TestLogger from 2.1.26 to 2.1.45 (#14660)
Bumps [XunitXml.TestLogger](https://github.com/spekt/xunit.testlogger) from 2.1.26 to 2.1.45.
- [Release notes](https://github.com/spekt/xunit.testlogger/releases)
- [Commits](https://github.com/spekt/xunit.testlogger/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-25 10:59:48 -08:00
..
common/markdown Update markdown test tools (#14325) 2021-01-12 08:58:19 +05:00
docker/networktest Remove unused code (#12610) 2020-05-11 11:59:22 -07:00
hosting Backport changes from the PowerShell v7.1.1 release (#14621) 2021-01-19 17:43:01 +05: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 Improve completion of parameters for attributes (#14525) 2021-01-14 09:30:15 +05: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 Enable SA1003: Symbols should be spaced correctly (#14476) 2020-12-23 21:21:26 +05:00
xUnit Bump XunitXml.TestLogger from 2.1.26 to 2.1.45 (#14660) 2021-01-25 10:59:48 -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.