Releases: ajbouh/qa
Releases · ajbouh/qa
v0.10-alpha
Add -eval-before-fork option to aid in debugging
v0.7-alpha: FIX handle missing fiddle/import more gracefully
Thanks for the bug report and testing, Willie!
v0.6-alpha
Update README.md
v0.5-alpha
Fix {flame,ice}graph for minitest and test-unit
v0.4-alpha: Add crazy monkey patch^2 to address Rails'
Rails interferes with the Test::Unit::TestCase#run method, but doesn't properly emit all events. Replace their monkey patch with our own. Use a nerfed form of this monkey patch when trying for a dry run. Thanks to Comron for help identifying the problem!
v0.3-alpha: FIX race condition in test finish/begin
Avoid using two different channels to process test begin events and test finish events. This avoids a race between seeing a test begin and seeing it finish. Thanks to Comron for reporting this bug.
v0.2-alpha
Now with new and different bugs!
v0.1-alpha
Really really raw initial release, to help get the ball rolling with feedback