Closed axelson closed 3 years ago
Looks good, thanks! You don't know how happy I am that somebody is actually using this! :) Seems that I can mark one more TODO in the README as done.
Thanks for merging! And I'm glad you can mark that off on the TODO list :confetti_ball:
This PR makes two changes to improve the output in the successful case (the failure case is unchanged):
ExUnit.CLIFormatter
Without this change:
With this change:
I think this is an improvement because the ExUnit.CLIFormatter output was incorrect because we're not actually running any ExUnit tests. And the timings appear to be incorrect as well (I tested by putting a
Process.sleep(1_000)
in a test and it was counted as part of the load time), also I also think that generally tests run in a markdown file will be fast.I think the number of passing tests is important to include to more easily check that all your markdown tests are running.