Merge branch 'main' of https://github.com/microsoft/Test-NetHLK
This commit is contained in:
Коммит
ebd1e67e75
|
@ -1,3 +1,4 @@
|
|||
![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/Test-NetHLK?label=Current%20Version)
|
||||
[![Build status](https://ci.appveyor.com/api/projects/status/28dr5irvwqc34ftf?svg=true)](https://ci.appveyor.com/project/MSFTCoreNet/test-nethlk)
|
||||
[![downloads](https://img.shields.io/powershellgallery/dt/Test-NetHLK.svg?label=downloads)](https://www.powershellgallery.com/packages/Test-NetHLK)
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
RootModule = 'Test-NETHLK.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '2023.5.31.78'
|
||||
ModuleVersion = '2023.5.31.79'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<test-results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nunit_schema_2.5.xsd" name="Pester" total="8" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2023-05-31" time="16:25:00">
|
||||
<test-results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nunit_schema_2.5.xsd" name="Pester" total="8" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2023-05-31" time="16:27:42">
|
||||
<environment clr-version="4.0.30319.42000" user-domain="APPVYR-WIN" cwd="C:\projects\Test-NetHLK" platform="Microsoft Windows Server 2016 Datacenter|C:\Windows|\Device\Harddisk0\Partition4" machine-name="APPVYR-WIN" nunit-version="2.5.8.0" os-version="10.0.14393" user="appveyor" />
|
||||
<culture-info current-culture="en-US" current-uiculture="en-US" />
|
||||
<test-suite type="TestFixture" name="Pester" executed="True" result="Success" success="True" time="1.5168" asserts="0" description="Pester">
|
||||
<test-suite type="TestFixture" name="Pester" executed="True" result="Success" success="True" time="1.8006" asserts="0" description="Pester">
|
||||
<results>
|
||||
<test-suite type="TestFixture" name="C:\projects\Test-NetHLK\tests\unit\unit.tests.ps1" executed="True" result="Success" success="True" time="1.5168" asserts="0" description="C:\projects\Test-NetHLK\tests\unit\unit.tests.ps1">
|
||||
<test-suite type="TestFixture" name="C:\projects\Test-NetHLK\tests\unit\unit.tests.ps1" executed="True" result="Success" success="True" time="1.8006" asserts="0" description="C:\projects\Test-NetHLK\tests\unit\unit.tests.ps1">
|
||||
<results>
|
||||
<test-suite type="TestFixture" name="c:\projects\Test-NetHLK-Manifest" executed="True" result="Success" success="True" time="1.2538" asserts="0" description="c:\projects\Test-NetHLK-Manifest">
|
||||
<test-suite type="TestFixture" name="c:\projects\Test-NetHLK-Manifest" executed="True" result="Success" success="True" time="1.5167" asserts="0" description="c:\projects\Test-NetHLK-Manifest">
|
||||
<results>
|
||||
<test-suite type="TestFixture" name="Validation" executed="True" result="Success" success="True" time="0.9616" asserts="0" description="Validation">
|
||||
<test-suite type="TestFixture" name="Validation" executed="True" result="Success" success="True" time="1.1549" asserts="0" description="Validation">
|
||||
<results>
|
||||
<test-case description="[Manifest] - Test-NetHLK.psd1 exists" name="c:\projects\Test-NetHLK-Manifest.Validation.[Manifest] - Test-NetHLK.psd1 exists" time="0.2862" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Test-Path] - Test-NetHLK.psm1 exists" name="c:\projects\Test-NetHLK-Manifest.Validation.[Test-Path] - Test-NetHLK.psm1 exists" time="0.0038" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Manifest Property] - Test-NetHLK.psm1 exists" name="c:\projects\Test-NetHLK-Manifest.Validation.[Manifest Property] - Test-NetHLK.psm1 exists" time="0.0068" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Import-PowerShellDataFile] - Test-NetHLK.psd1 is a valid PowerShell Data File" name="c:\projects\Test-NetHLK-Manifest.Validation.[Import-PowerShellDataFile] - Test-NetHLK.psd1 is a valid PowerShell Data File" time="0.0253" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Test-ModuleManifest] - Test-NetHLK.psd1 should pass the basic test" name="c:\projects\Test-NetHLK-Manifest.Validation.[Test-ModuleManifest] - Test-NetHLK.psd1 should pass the basic test" time="0.0072" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should have an available command: Test-NICAdvancedProperties" name="c:\projects\Test-NetHLK-Manifest.Validation.Should have an available command: Test-NICAdvancedProperties" time="0.0116" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should have an available alias: Test-NICProperties" name="c:\projects\Test-NetHLK-Manifest.Validation.Should have an available alias: Test-NICProperties" time="0.0131" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should have an reference command: Test-NICAdvancedProperties" name="c:\projects\Test-NetHLK-Manifest.Validation.Should have an reference command: Test-NICAdvancedProperties" time="0.0085" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Manifest] - Test-NetHLK.psd1 exists" name="c:\projects\Test-NetHLK-Manifest.Validation.[Manifest] - Test-NetHLK.psd1 exists" time="0.301" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Test-Path] - Test-NetHLK.psm1 exists" name="c:\projects\Test-NetHLK-Manifest.Validation.[Test-Path] - Test-NetHLK.psm1 exists" time="0.0042" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Manifest Property] - Test-NetHLK.psm1 exists" name="c:\projects\Test-NetHLK-Manifest.Validation.[Manifest Property] - Test-NetHLK.psm1 exists" time="0.0125" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Import-PowerShellDataFile] - Test-NetHLK.psd1 is a valid PowerShell Data File" name="c:\projects\Test-NetHLK-Manifest.Validation.[Import-PowerShellDataFile] - Test-NetHLK.psd1 is a valid PowerShell Data File" time="0.0262" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Test-ModuleManifest] - Test-NetHLK.psd1 should pass the basic test" name="c:\projects\Test-NetHLK-Manifest.Validation.[Test-ModuleManifest] - Test-NetHLK.psd1 should pass the basic test" time="0.007" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should have an available command: Test-NICAdvancedProperties" name="c:\projects\Test-NetHLK-Manifest.Validation.Should have an available command: Test-NICAdvancedProperties" time="0.0109" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should have an available alias: Test-NICProperties" name="c:\projects\Test-NetHLK-Manifest.Validation.Should have an available alias: Test-NICProperties" time="0.0141" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should have an reference command: Test-NICAdvancedProperties" name="c:\projects\Test-NetHLK-Manifest.Validation.Should have an reference command: Test-NICAdvancedProperties" time="0.0151" asserts="0" success="True" result="Success" executed="True" />
|
||||
</results>
|
||||
</test-suite>
|
||||
</results>
|
||||
|
|
Загрузка…
Ссылка в новой задаче