Add helpers' submodule (#26)

* add common helpers
Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
This commit is contained in:
Dmitry Shibanov
2020-06-02 18:23:40 +03:00
committed by GitHub
parent 10f5e8e4f5
commit 572e346b1c
15 changed files with 14 additions and 863 deletions

View File

@ -57,7 +57,7 @@ jobs:
inputs:
TargetType: inline
script: |
Install-Module Pester -Force -Scope CurrentUser
Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.10.1
Import-Module Pester
$pesterParams = @{
Path="./python-tests.ps1";