herr kaste
herr kaste
@vsc-cnst Don't forget to tag/release the lastest changes!
A fun fact here is: I was looking into the libraries crawler, and hence the pypi json, and so on, and so these json's are just so big, I needed...
Yes, totally correct. This PR did look for the libraries first, and then had the fallback to fetch directly. I hope I did that. That kind of hybrid approach is...
I have something like this in the code: Look out for `self.allow_zero_invocations` whose value depends on https://github.com/kaste/mockito-python/blob/766ea5c5fb8c60e8096938f597b8eed4a29b3394/mockito/invocation.py#L288-L301 iirc when `times=0` or between starts at 0, i.e. `between=(0,3)`, the stubbed method...
I forgot to ask > This is useful in a case where we want to always mock some call in the beforeEach regardless of whether it is called in the...
Can't see anything why `expect` should be different here. Mistake? Usually just change it and see if some tests are failing. (I so rarely do the strings thing in python,...
When we do something with the docs, it should be added to the docs of `verifyStubbedInvocationsAreUsed`. That alone makes it a lot more "findable". It also makes it clear where...
Just to note: we might get a change here. It seems that a bare `expect(m).foo()` (t.i. without any explicit verification/wanted argument) maybe should raise if unused. In other words, a...
We fetch 100 PR's at once and you still have to hit next. 😱 * Actually, every (almost) setting is also a project setting, so that would be okay. Still...
I actually also have code against `"https://api.github.com/graphql"` but we don't use it here right now. I don't know if that endpoint is also valid for organizations and on-premise versions of...