Skip to content
Jon Wagner edited this page Mar 26, 2013 · 6 revisions

Change Log

v1.0.5

  • Fixed an issue with $testscriptpath and nested tests.

v1.0.4

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

v1.0.3

  • Now works in PowerShell 2.0. Testing thanks to Roberto Labarca.
  • Added New-TestProject to generate test files from a template.

v1.0

  • Initial release.