PowerShell / Operation-Validation-Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ambsoerensen opened this issue · comments

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'.

Fixed in #25