diff --git a/TestingHelperTest/private/Add-ModuleSections.Asserts.ps1 b/TestingHelperTest/private/Add-ModuleSections.Tests.Asserts.ps1 similarity index 100% rename from TestingHelperTest/private/Add-ModuleSections.Asserts.ps1 rename to TestingHelperTest/private/Add-ModuleSections.Tests.Asserts.ps1 diff --git a/TestingHelperTest/public/Tests-Assert-base.ps1 b/TestingHelperTest/public/Assert-base.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-Assert-base.ps1 rename to TestingHelperTest/public/Assert-base.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-Assert-guid.ps1 b/TestingHelperTest/public/Assert-guid.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-Assert-guid.ps1 rename to TestingHelperTest/public/Assert-guid.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-Assert-list.ps1 b/TestingHelperTest/public/Assert-list.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-Assert-list.ps1 rename to TestingHelperTest/public/Assert-list.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-Assert-object.ps1 b/TestingHelperTest/public/Assert-object.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-Assert-object.ps1 rename to TestingHelperTest/public/Assert-object.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-Assert-path.ps1 b/TestingHelperTest/public/Assert-path.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-Assert-path.ps1 rename to TestingHelperTest/public/Assert-path.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-Assert-string.ps1 b/TestingHelperTest/public/Assert-string.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-Assert-string.ps1 rename to TestingHelperTest/public/Assert-string.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-Assert.ps1 b/TestingHelperTest/public/Assert.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-Assert.ps1 rename to TestingHelperTest/public/Assert.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-Import-Modules.ps1 b/TestingHelperTest/public/Import-Modules.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-Import-Modules.ps1 rename to TestingHelperTest/public/Import-Modules.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-ModuleHelperTest.ps1 b/TestingHelperTest/public/ModuleHelperTest.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-ModuleHelperTest.ps1 rename to TestingHelperTest/public/ModuleHelperTest.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-New-ModuleV1.ps1 b/TestingHelperTest/public/New-ModuleV1.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-New-ModuleV1.ps1 rename to TestingHelperTest/public/New-ModuleV1.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-New-ModuleV2.ps1 b/TestingHelperTest/public/New-ModuleV2.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-New-ModuleV2.ps1 rename to TestingHelperTest/public/New-ModuleV2.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-New-ModuleV3-Add-ModuleV3.ps1 b/TestingHelperTest/public/New-ModuleV3-Add-ModuleV3.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-New-ModuleV3-Add-ModuleV3.ps1 rename to TestingHelperTest/public/New-ModuleV3-Add-ModuleV3.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-New-ModuleV3-AddTestToModuleAll.ps1 b/TestingHelperTest/public/New-ModuleV3-AddTestToModuleAll.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-New-ModuleV3-AddTestToModuleAll.ps1 rename to TestingHelperTest/public/New-ModuleV3-AddTestToModuleAll.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-New-ModuleV3.ps1 b/TestingHelperTest/public/New-ModuleV3.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-New-ModuleV3.ps1 rename to TestingHelperTest/public/New-ModuleV3.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-NewModule_operations.ps1 b/TestingHelperTest/public/NewModule_operations.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-NewModule_operations.ps1 rename to TestingHelperTest/public/NewModule_operations.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-TestingFilesFolders.ps1 b/TestingHelperTest/public/TestingFilesFolders.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-TestingFilesFolders.ps1 rename to TestingHelperTest/public/TestingFilesFolders.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-Trace-Message.ps1 b/TestingHelperTest/public/Trace-Message.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-Trace-Message.ps1 rename to TestingHelperTest/public/Trace-Message.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-Write-Assert.ps1 b/TestingHelperTest/public/Write-Assert.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-Write-Assert.ps1 rename to TestingHelperTest/public/Write-Assert.Tests.ps1 diff --git a/TestingHelperTest/public/Tests-deploy.ps1 b/TestingHelperTest/public/deploy.Tests.ps1 similarity index 99% rename from TestingHelperTest/public/Tests-deploy.ps1 rename to TestingHelperTest/public/deploy.Tests.ps1 index 510c9a1..7021683 100644 --- a/TestingHelperTest/public/Tests-deploy.ps1 +++ b/TestingHelperTest/public/deploy.Tests.ps1 @@ -225,6 +225,7 @@ function Assert-Manifest{ } } +# Reset manifest to original state from git repo function Reset-Manifest{ [CmdletBinding(SupportsShouldProcess)] param() diff --git a/TestingHelperTest/public/Tests-test.ps1 b/TestingHelperTest/public/testPS1.Tests.ps1 similarity index 100% rename from TestingHelperTest/public/Tests-test.ps1 rename to TestingHelperTest/public/testPS1.Tests.ps1