Commit Graph

6 Commits

Author SHA1 Message Date
1a6a861ad1 show registered snapins on appveyor build 2018-03-13 14:16:46 +01:00
d8d5757036 adds Test-Module pester tests 2018-03-13 14:13:08 +01:00
687b272806 add Get-RandomKey tests 2018-03-09 14:39:16 +01:00
4b99f83dd2 fix dumy output 2018-03-09 14:29:15 +01:00
691a736cc0 adds dummy test for Get-ModuleDir 2018-03-09 14:20:51 +01:00
2422afbd8f
Publish version 0.2.1.X (#18)
- fix pester test execution order in vscode test task.
- fix coveralls.io link in bagde.
- skip coverage report creation for PR triggered builds
- update docs
- Connection type SCP added for `Connect-To` and `Disconnect-From`.

## Internal Changes
- pester tests now don't need to dotsource other public functions from the same module (fixes #17 )
  - helper and private functions stilll needs to be dotsourced.
- basic module tests added
- pester tests for `Resolve-Dependency` added
- Wrapper function  `Get-ModuleBase` added. This enables mocking in tests.
2018-03-09 14:02:51 +01:00