v0.2.0
Major changes:
-
Added compact output:
Tests will now tell whether they fail or not using a simple character:OOOOXOO <- tests being printed as they happen
At the end, only the tests that have failed will get printed, with their respective reasons.
-
The order of tests is now consistent, in exchange for a slightly more complex declaration
-
Simplified test management: tests now get registered and store their results on a
TestInfo
struct -
Removed
color
parameter fromnewContext
, the old behavior can be recovered by settingprintWithColor
totrue
Others:
Context
's fields are now documented