Commit b998f4d
committed
chore(release): 0.2.0-dev.2 [skip ci]
## [0.2.0-dev.2](v0.2.0-dev.1...v0.2.0-dev.2) (2025-09-15)
### Features
* add dataclass architecture for test results ([5fa1983](5fa1983))
* add positional path argument support to CLI ([5d3a6b2](5d3a6b2))
* enhance _ErrorHolder error messages with actionable details ([1a4ea48](1a4ea48))
* implement EnhancedOutputFormatter with observer integration ([510f016](510f016))
* implement functional file output for discovery mode ([143bc6d](143bc6d))
* implement Observer + Strategy pattern architecture ([c5d767d](c5d767d))
* implement resolved CLI argument system for file output ([087cc64](087cc64))
* implement ThreadedFileWriter with ordered processing ([d2d1b9f](d2d1b9f))
* integrate file output system with core test runner ([467b604](467b604))
* standardize Unicode symbol handling with ASCII fallback ([5431799](5431799))
### Bug Fixes
* achieve 100% test pass rate - resolve final 3 test failures ([60a9af9](60a9af9))
* handle unittest _ErrorHolder objects gracefully ([e8b5316](e8b5316))
* prevent duplicate output in file logging ([02f3b22](02f3b22))
* resolve critical production issues in wobble framework ([1b2b526](1b2b526))
* resolve critical threading deadlock in file I/O system ([a4ddd9c](a4ddd9c))
* resolve test compatibility issues for Python 3.12+ ([54a1da1](54a1da1))
* resolve threading deadlock in ThreadedFileWriter ([3751433](3751433))
### Documentation
* add comprehensive file output section to CLI reference ([2ddc26b](2ddc26b))
* update documentation for file output feature across all guides ([80d1116](80d1116))
### Code Refactoring
* remove unused import in enhanced_output.py ([2108c3d](2108c3d))
* standardize mock test class naming in enhanced output tests ([57fbb88](57fbb88))1 parent cc1f0be commit b998f4d
1 file changed
+39
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
1 | 40 | | |
2 | 41 | | |
3 | 42 | | |
| |||
0 commit comments