Skip to content

v0.2.0

Compare
Choose a tag to compare
@thacuber2a03 thacuber2a03 released this 21 Jun 20:01
· 20 commits to master since this release

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 from newContext, the old behavior can be recovered by setting printWithColor to true

Others:

  • Context's fields are now documented