PowerShell / Operation-Validation-Framework

MIT License
225 stars 32 forks source link

Pester test not executed when -fixture is set in a describe command #17

Closed ambsoerensen closed 7 years ago

ambsoerensen commented 7 years ago

Pester tests are not executed when a describe block have the -fixture parameter specified with the name.

the function "Get-TestFromScript" returns the text value of token right before the first token of the type 'GroupStart'. Without regard to the type of that previous token.

In this case the returned string == '-Fixture'.

devblackops commented 7 years ago

Fixed in #25