Skip to content

Commit

Permalink
v0.000013
Browse files Browse the repository at this point in the history
    - Add event timeout option
    - Fix filename rendering when a test is done
    - Fixed handling of a "plan skip_all" issued in the main test (as opposed
      to a subtest). Partially fixes GitHub
      #21, reported by rjbs.
    - When a test file doesn't run any tests but exits successfully, this was
      treated as a pass. This is now detected and generates different output
      indicating that the process did not run any tests. Fixes the rest of
      GitHub #21, reported by rjbs.
  • Loading branch information
exodist committed Jan 4, 2017
1 parent 15a397d commit ed1289c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
{{$NEXT}}

0.000013 2017-01-03 21:18:19-08:00 America/Los_Angeles

- Add event timeout option
- Fix filename rendering when a test is done
- Fixed handling of a "plan skip_all" issued in the main test (as opposed
Expand Down

0 comments on commit ed1289c

Please sign in to comment.