1 Matching Annotations
  1. Jun 2023
    1. Test [1/1] test "expect addOne adds one to 41"... Lines like this indicate which test, out of the total number of tests, is being run. In this case, [1/1] indicates that the first test, out of a total of one test, is being run. Note that, when the test runner program's standard error is output to the terminal, these lines are cleared when a test succeeds.

      If you cannot see the separate testing result. Refer to this link: https://github.com/ziglang/zig/issues/10203