https://github.com/tyconsulting/PSPesterTest-PSModule
PowerShell module PSPesterTest
https://github.com/tyconsulting/PSPesterTest-PSModule
Last synced: 4 months ago
JSON representation
PowerShell module PSPesterTest
- Host: GitHub
- URL: https://github.com/tyconsulting/PSPesterTest-PSModule
- Owner: tyconsulting
- License: apache-2.0
- Created: 2018-08-23T03:58:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T11:01:38.000Z (about 3 years ago)
- Last Synced: 2024-08-13T07:05:13.915Z (8 months ago)
- Language: PowerShell
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tyconsulting/PSPesterTest-PSModule - PowerShell module PSPesterTest (PowerShell)
README
# PSPesterTest PowerSHell Module
This module simplifies PowerShell code analysis using **Pester** ([PSGallery](https://www.powershellgallery.com/packages/Pester/), [GitHub](https://github.com/Pester/Pester)) and **PSScriptAnalyzer** ([PSGallery](https://www.powershellgallery.com/packages/PSScriptAnalyzer/), [GitHub](https://github.com/PowerShell/PSScriptAnalyzer)) by providing pre-defined pester tests for PowerShell scripts and modules.
More info can be found on my blog: [https://blog.tyang.org/2018/08/24/powershell-module-pspestertest/](https://blog.tyang.org/2018/08/24/powershell-module-pspestertest/)
> **Note:** This module was inspired by this blog post: [https://blog.kilasuit.org/2016/03/29/invoking-psscriptanalyzer-in-pester-tests-for-each-rule/](https://blog.kilasuit.org/2016/03/29/invoking-psscriptanalyzer-in-pester-tests-for-each-rule/)
## Module Dependency
| Name | Minimum Version |
| :--: | :-------------: |
| PowerShellGet | 1.0.0.1 |
| Pester | 5.3.1 |
| PSScriptAnalyzer | 1.20.0 |