-
Notifications
You must be signed in to change notification settings - Fork 5
Change Log
Jon Wagner edited this page Mar 26, 2013
·
6 revisions
- Fixed an issue with $testscriptpath and nested tests.
- TestSetup/TestTeardown functions are deprecated, as they did not function properly when running tests with Invoke-Tests. They will be removed in a future release.
- Changed test processing to skip the initialization step. Tests blocks will be only run once per test in the block, unless you have zero tests, and then the block will run once.
- Now works in PowerShell 2.0. Testing thanks to Roberto Labarca.
- Added New-TestProject to generate test files from a template.
- Initial release.