Tests/Examples/Template.DoLoop.py.examples.tests.ps1


describe 'Template.DoLoop.py' {
    it 'Template.DoLoop.py Example 1' {
        Template.DoLoop.py -Condition "False" -Body "print('This happens once')"
    }
}