fabiendibot / Pestener

Pester + Docker = <3
MIT License
9 stars 1 forks source link

Need to handle Pester more in depth. #1

Open fabiendibot opened 7 years ago

fabiendibot commented 7 years ago

Currently Pestener only handle Describe blocks. Pestener needs to focus as well on Module scope, and if some script/codes is executed before need to copy and execute the script as well.

fabiendibot commented 7 years ago

This PR #4 will add inScopeModule for the ASTs functions and create a run.tests.ps1 file for each inModuleScope block found.