This repository was archived by the owner on Jun 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Pester test not executed when -fixture is set in a describe command #17
Closed
Labels
@ambsoerensen
Description
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'.