Skip to content

Commit 0235dad

Browse files
authored
Merge pull request #19 from bxparks/develop
merge release v0.4.0
2 parents 2d4e083 + 5f2293d commit 0235dad

File tree

192 files changed

+6758
-1708
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+6758
-1708
lines changed

CHANGELOG.md

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

3+
* 0.4.0 (2018-03-30)
4+
* Implement `testF()` and `testingF()` macros for using test fixtures.
5+
* Added `examples/fixture/` sample code.
6+
* Removed support for manual `Test` and `TestOnce` test instances. Use
7+
`testF()` and `testingF()` macros instead.
8+
* Renamed `Test` and `TestOnce` class hierarchy into `TestAgain` and
9+
`TestOnce` respectively, and made them siblings not parent/child.
10+
* Implement early return upon delayed failure (assertions check the test
11+
status and return early).
12+
* Add ability to control verbosity on a per-test basis.
313
* 0.3.3 (2018-03-22)
414
* Fix typo in kAssertionFailed flag introduced in 0.3.1.
515
* 0.3.2 (2018-03-22)

0 commit comments

Comments
 (0)