aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
blob: a27a0bbe586b9c7f70b3c7e18e4862c4ec2c58e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Changelog for scala-test-more

0.02   2013-03-18
- Fix hang when a test throws an exception without catching it
- Fix exponential edge case in parsing TAP streams with lots of subtests
- Add lives_ok/dies_ok/throws_ok/exception for testing exceptions
- Passing -v to the test-only task now displays the tap stream in addition to
  the summary
- Allow diag() and note() to take any object, rather than just Strings

0.01   2013-03-07
- Initial release