Skip to content

Releases: ajbouh/qa

v0.10-alpha

21 Jul 18:07
Compare
Choose a tag to compare
Add -eval-before-fork option to aid in debugging

v0.7-alpha: FIX handle missing fiddle/import more gracefully

18 Jul 23:49
Compare
Choose a tag to compare
Thanks for the bug report and testing, Willie!

v0.6-alpha

03 Jul 14:14
Compare
Choose a tag to compare
Update README.md

v0.5-alpha

24 Jun 06:09
Compare
Choose a tag to compare
v0.5-alpha Pre-release
Pre-release
Fix {flame,ice}graph for minitest and test-unit

v0.4-alpha: Add crazy monkey patch^2 to address Rails'

23 Jun 23:54
Compare
Choose a tag to compare
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

22 Jun 04:24
Compare
Choose a tag to compare
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

18 Jun 19:06
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

Now with new and different bugs!

v0.1-alpha

17 Jun 07:26
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

Really really raw initial release, to help get the ball rolling with feedback