PesterHelpers
0.0.5
PesterHelpers contains helper functions to help users move all their existing PowerShell Code in to seperate PowerShell ps1 files (for each function exported) whilst auto creating a Pester test for the exported function
Installation Options
Owners
Copyright
? 2016 PowerShellModules
Package Details
Author(s)
- Ryan Yates
Functions
Export-Function New-FunctionFile New-FunctionPesterTest New-ModulePesterTest Export-AllModuleFunction
Dependencies
This module has no dependencies.
Release Notes
Small Bug fix to New-FunctionPesterTest
FileList
- PesterHelpers.nuspec
- Full-ModuleTests.txt
- Full-TestResult-Example.xml
- LICENSE
- Min-ModuleTests.txt
- Min-TestResult-Example.xml
- Norm-ModuleTests.ps1
- Norm-ModuleTests.txt
- Norm-TestResult-Example.xml
- PesterHelpers.Full.Tests.ps1
- PesterHelpers.Min.Tests.ps1
- PesterHelpers.Norm.Tests.ps1
- PesterHelpers.psd1
- PesterHelpers.psm1
- README.md
- Private\Get-CommonParameter.ps1
- Private\Tests\Get-CommonParameter.Functional.Tests.ps1
- Private\Tests\Get-CommonParameter.Tests.ps1
- Public\Export\Export-AllModuleFunction.ps1
- Public\Export\Export-Function.ps1
- Public\Export\Tests\Export-AllModuleFunction.Functional.Tests.ps1
- Public\Export\Tests\Export-AllModuleFunction.Tests.ps1
- Public\Export\Tests\Export-Function.Functional.Tests.ps1
- Public\Export\Tests\Export-Function.Tests.ps1
- Public\New\New-FunctionFile.ps1
- Public\New\New-FunctionPesterTest.ps1
- Public\New\New-ModulePesterTest.ps1
- Public\New\Tests\New-FunctionFile.Functional.Tests.ps1
- Public\New\Tests\New-FunctionFile.Tests.ps1
- Public\New\Tests\New-FunctionPesterTest.Functional.Tests.ps1
- Public\New\Tests\New-FunctionPesterTest.Tests.ps1
- Public\New\Tests\New-ModulePesterTest.Functional.Tests.ps1
- Public\New\Tests\New-ModulePesterTest.Tests.ps1