https://github.com/cloudbase/juju-powershell-modules
Juju Powershell utilities
https://github.com/cloudbase/juju-powershell-modules
Last synced: 6 months ago
JSON representation
Juju Powershell utilities
- Host: GitHub
- URL: https://github.com/cloudbase/juju-powershell-modules
- Owner: cloudbase
- Created: 2014-11-07T16:02:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T11:03:42.000Z (almost 9 years ago)
- Last Synced: 2025-06-09T10:11:34.737Z (8 months ago)
- Language: HTML
- Size: 668 KB
- Stars: 4
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/gabriel-samfira/juju-powershell-modules/branch/master)
#Juju PowerShell Modules
This repository contains common used logic for Windows Juju charms
## How to run tests
You will need pester on your system. It should already be installed on your system if you are running Windows 10. If it is not:
```powershell
Install-Package Pester
```
Running the actual tests (they must be run with administrative privileges):
```powershell
powershell.exe -NonInteractive {Invoke-Pester}
```
This will run all tests without polluting your current shell environment. The -NonInteractive flag will make sure that any test that checks for mandatory parameters will not block the tests if run in an interactive session. This is not needed if you run this in a CI.