Skip to content

Commit 609eb0e

Browse files
authored
Merge pull request #3 from bxparks/develop
v0.2.0 - Add ability to time out long running tests
2 parents 838ea16 + 0f570eb commit 609eb0e

File tree

9 files changed

+415
-270
lines changed

9 files changed

+415
-270
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
* v0.2.0 (2018-03-16)
4+
* TestRunner can time out long running tests. Default time out is 10
5+
seconds, but is configurable using TestRunner::setTimeout().
36
* v0.1.1 (2018-03-15)
47
* Fix small bug with Test::setPassOrFail() which caused assertXxx()
58
macros which returned true to terminate the testing() test cases.

0 commit comments

Comments
 (0)