Skip to content

CHANGES IN testit VERSION 0.7

Compare
Choose a tag to compare
@yihui yihui released this 23 May 21:18
· 47 commits to master since this release

NEW FEATURES

  • provided an alternative way to write assertions of the form

    assert('fact', {
      (condition_2)
      (condition_2)
    })

    see ?testit::assert for more information