Skip to content

v0.6.0-beta13

Pre-release
Pre-release

Choose a tag to compare

@StevenTCramer StevenTCramer released this 13 Jul 19:59
· 755 commits to master since this release

What's Changed

Features

  • Add TimeWarp.Cli.Test.Helpers library for test infrastructure
  • Extract TestRunner to shared library for reuse across tests

Refactoring

  • Refactor error handling tests to use TestRunner pattern
  • Convert from inline test functions to class-based structure

Documentation

  • Add ADR-0010: Test Runner Pattern for C# Scripts

Test Improvements

  • Add System.Reflection to global usings for test infrastructure
  • Add static imports for TestHelpers and Asserts
  • Update tests to use Assert methods directly
  • Fix exception types to match actual CliWrap behavior
  • All error handling tests now pass successfully

Build/CI

  • Fix CI workflow to remove non-existent Scripts/Pack.cs

Full Changelog: v0.6.0-beta12...v0.6.0-beta13