Phillip Mates

Results 66 comments of Phillip Mates

hmm, I'm not seeing any vars created when I inspect the namespace using `ns-interns`. And when I paste the example code in the repl I get the following: ``` user=>...

Thanks for the reproduction steps @genmeblog! I'll take a look at it this week and report back

okay, I installed spacemacs and spun this up. I think this is an issue with `nubank/midje-repl`. I had to include it in the `project.clj` to cause the aforementioned exception. I'm...

Reopening because I think it is worth looking into addressing. I've seen some tests that use `:times` with `against-background`, which basically doesn't do anything, so it would be good to...

Hi @dfbernal, you mean you'd like to see ``` You never said #'bar would be called with these arguments: [({:n 1} {:n 2})] ``` instead of the following? ``` You...

An engineer at my company developed a custom Midje checker that does exactly this and a bit more, including what you suggested in https://github.com/marick/Midje/pull/403#issuecomment-333672673. We've are a bit reluctant to...

Hey @pjlegato, as @marick mentioned, a few engineers at Nubank (including myself) have taken over supporting Midje. The test infrastructure for our 100+ engineering team is powered by Midje, so...

To follow up on this, we've released a new library for checking nested data-structures that attempts to solve the problem described here: https://github.com/nubank/matcher-combinators @pjlegato as you mentioned, the following doesn't...

Hey @PabloReszczynski, always good to hear from users regarding what would be useful to them. I briefly looked into this in the past and I didn't see a clear path...

I can confirm that this issue is also present in [mockfn](https://github.com/nubank/mockfn), which is a test-framework agnostic reimplementation of the best parts (in my opinion) of Midje's mocking capabilities If you...