Skip to content

Commit

Permalink
Merge pull request #3 from bxparks/develop
Browse files Browse the repository at this point in the history
v0.2.0 - Add ability to time out long running tests
  • Loading branch information
bxparks authored Mar 16, 2018
2 parents 838ea16 + 0f570eb commit 609eb0e
Show file tree
Hide file tree
Showing 9 changed files with 415 additions and 270 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

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

0 comments on commit 609eb0e

Please sign in to comment.