Skip to content
  • Paul Sokolovsky's avatar
    Count individual testcases when running tests. · 926d2b62
    Paul Sokolovsky authored
    The idea is simple: each print represents a testcase within a test unit.
    As we don't have strict rules on which/how many testcase are put into
    a test file, it's nice to have an idea how many *testcases* we have
    totally. Would be nice to count how many testcases pass/fail, but
    that's a bit less trivial.
    926d2b62