Tests/Examples/Template.WhileLoop.py.examples.tests.ps1
describe 'Template.WhileLoop.py' { it 'Template.WhileLoop.py Example 1' { Template.WhileLoop.py -Condition "false" -Body 'print("This never happens")' } } |
describe 'Template.WhileLoop.py' { it 'Template.WhileLoop.py Example 1' { Template.WhileLoop.py -Condition "false" -Body 'print("This never happens")' } } |