Open frekw opened 7 years ago
👍
I can confirm I have similar problem. The test fails as expected, but there is no hint regarding the problem:
Can anything be done @parroty? This can really make debugging tests hard.
FWIW https://github.com/parroty/excheck/pull/37 solves it.
BTW I'll work on getting https://github.com/triqng/triq/pull/28 merged so that no IO capturing will be necessary in excheck
.
I merged triqng/triq#28
Submitted first pass on https://github.com/parroty/excheck/pull/41
Sorry about late responses, and thanks for the PRs.
@aerosol: Could you help me understanding the relationship between #37 and #41? (Should I merge both? or just #41?).
@parroty I pushed #37 to my branch and built stuff on top of it, effectively removing the module modified in #37. I could rewrite the commit history in #41, it has some rough at edges I've been meaning to take care of anyway. Sounds like a plan?
cc @obrok
That sounds good (I understood that just merging #41 would be enough, and as long as original issue can be resolved, rewriting the history may not be required).
I can see one comment fixme. no counter example here
in the PR. Is it ready? (or are you still working on this item?)
@parroty please just close #37 when #41 is merged
Thanks @obrok
I can see one comment fixme. no counter example here in the PR. Is it ready? (or are you still working on this item?
@parroty Yes, I'd like to work on this PR a bit more. If you're OK with the general idea, I'll finish up a few things and ping you for a merge.
Great, thanks @aerosol @obrok.
Hi!
When running tests that fail, ExCheck fails to print the failing counter example (which would be the expected behaviour, I assume).
For example, changing the sample to this:
which is expected to fail, the output is the following:
which doesn't provide me with much help for actually tracking down why a test is failing. Is this expected behaviour?
I'm running Elixir 1.4.0.