Christian Mancini
Christian Mancini
### Has this issue been covered in the Wiki? - [X] I have read the Wiki and my issue is not covered. ### Is there an existing issue reported already?...
**Describe the bug** In the readme of templates the git url has a `,` instead of `.` `git clone https://github,com/matifali/coder-templates` should be `git clone https://github.com/matifali/coder-templates`
This is the PR for #98. The idea is to make `Mock` observable so we can register ordered invocations from different mocks. The `mocking_registry` helps to get the mocks for...
Hello @kaste, as we discussed in in issue #97 there isn't an implementation for [InOrder](https://github.com/kaste/mockito-python/blob/master/mockito/inorder.py). I would like to implement it but I need your opinion. I think we should...