Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / kaste/mockito-python issues and pull requests

#96 - Towards v2

Pull Request - State: open - Opened by kaste 20 days ago

#95 - Add `between=(0,)` as verification argument

Issue - State: open - Opened by kaste 26 days ago
Labels: enhancement, Open for PR

#94 - `verifyNoUnwantedInteractions` is named poorly

Issue - State: open - Opened by kaste 26 days ago

#93 - Make thenReturn() an official shortcut

Pull Request - State: closed - Opened by kaste 27 days ago

#92 - Improve behavior of a mock's ad hoc methods

Pull Request - State: closed - Opened by kaste 27 days ago

#91 - Implement defined behavior for deepcopy

Pull Request - State: closed - Opened by kaste 29 days ago

#90 - when2 AttributeError: 'Dummy' has no attribute configured

Issue - State: closed - Opened by Wouter1 about 1 month ago - 4 comments

#89 - deepcopy doesn't work with mock()

Issue - State: closed - Opened by jan-spurny about 1 month ago - 6 comments

#88 - Py 3.13 compatibility

Pull Request - State: closed - Opened by kaste 3 months ago

#87 - Turn _Dict into an identity map

Pull Request - State: closed - Opened by kaste 4 months ago

#86 - multiple when not working when spec added to mock

Issue - State: closed - Opened by Wouter1 4 months ago - 4 comments

#85 - __eq__ bug

Issue - State: closed - Opened by Wouter1 4 months ago - 15 comments

#84 - Let codespell ignore "atmost"

Pull Request - State: closed - Opened by kaste 6 months ago

#83 - Avoid partial when constructing answers

Pull Request - State: closed - Opened by kaste 6 months ago

#82 - TypeError: return_() got multiple values for argument 'value'

Issue - State: closed - Opened by surfer190 6 months ago - 4 comments
Labels: bug

#81 - Feature request: Mock current date/time

Issue - State: open - Opened by eviljoe 10 months ago - 4 comments

#80 - Update python dev environment to 3.12

Pull Request - State: closed - Opened by kaste 12 months ago

#79 - Idiomatically set `strict=True`

Pull Request - State: closed - Opened by kaste 12 months ago

#78 - Update `expect` to support dotted paths

Pull Request - State: closed - Opened by Oracking 12 months ago - 3 comments

#77 - Add support for lenient stubbed invocations

Issue - State: open - Opened by Oracking 12 months ago - 7 comments

#76 - How to use matchers/captor?

Issue - State: open - Opened by programmerPhysicist about 1 year ago - 1 comment

#75 - "Called but not expected" with mocked open()

Issue - State: closed - Opened by programmerPhysicist about 1 year ago - 1 comment

#74 - Convert type comments to annotations

Pull Request - State: closed - Opened by kaste over 1 year ago

#73 - Restyle unwanted invocation

Pull Request - State: closed - Opened by kaste over 1 year ago

#72 - Drop Python 2.7

Pull Request - State: closed - Opened by kaste over 1 year ago

#71 - Make Github actions pass

Pull Request - State: closed - Opened by kaste over 1 year ago

#70 - Extract `check_used` method and test it

Pull Request - State: closed - Opened by kaste over 1 year ago

#69 - Feature request: add a `.thenDoNothing()` method to `AnswerSelector`?

Issue - State: closed - Opened by fge over 1 year ago - 9 comments

#68 - How to verify stubbed methods (from different mocks) are called in order?

Issue - State: open - Opened by gui-don about 2 years ago - 5 comments

#67 - new bug introduced/functionality removed in upgrade from 1.3 to 1.4

Issue - State: open - Opened by jan-spurny over 2 years ago - 5 comments

#66 - Add python '2.7' to CI

Pull Request - State: closed - Opened by kaste over 2 years ago

#65 - Add python '3.11' to CI

Pull Request - State: closed - Opened by kaste over 2 years ago

#64 - No longer working with Python 2.7

Issue - State: closed - Opened by rob-spoor over 2 years ago - 7 comments

#63 - Add codespell configuration

Pull Request - State: closed - Opened by kaste over 2 years ago

#62 - Clear internal state when unstubbing

Pull Request - State: closed - Opened by kaste over 2 years ago

#61 - Simplify restore_method

Pull Request - State: closed - Opened by kaste over 2 years ago

#60 - Implementation of thenCallOriginalImplementation

Pull Request - State: closed - Opened by avandierast over 2 years ago - 15 comments

#58 - Mypy integration

Issue - State: open - Opened by mazinesy over 2 years ago - 3 comments

#57 - no attributes in dummy objects since 1.3.2

Issue - State: closed - Opened by vladak over 2 years ago - 4 comments

#56 - Mockito does not unstub inherited methods

Issue - State: closed - Opened by stacymiller over 2 years ago - 3 comments

#55 - Let mockito check expectations on `__exit__`

Issue - State: open - Opened by kaste over 2 years ago - 1 comment
Labels: enhancement

#54 - Unstub singleton methods exposed as module functions

Pull Request - State: closed - Opened by kaste over 2 years ago

#53 - Issue unstubbing random.randint

Issue - State: closed - Opened by PatrikBernhard over 2 years ago - 2 comments
Labels: bug

#52 - getting the valid input in mock

Issue - State: closed - Opened by dvu4 over 2 years ago - 58 comments

#51 - Fix: support `mock(spec=SomeClass)` usage

Pull Request - State: closed - Opened by kaste over 2 years ago

#50 - Fix: Only record captured arguments in execution phase

Pull Request - State: closed - Opened by kaste over 2 years ago

#49 - captor is capturing even when the whole signature doesn't match.

Issue - State: closed - Opened by avandierast over 2 years ago - 2 comments
Labels: bug

#48 - Getting the mocked obj instance in the mock method

Issue - State: closed - Opened by avandierast over 2 years ago - 6 comments

#47 - ArgumentError: obj is not registered

Issue - State: closed - Opened by ghost almost 3 years ago - 4 comments

#45 - Run mypy as GitHub action

Pull Request - State: closed - Opened by kaste about 3 years ago

#44 - Change Implementation for ArgumentCaptor to capture all invocations

Pull Request - State: closed - Opened by shashankrnr32 about 3 years ago - 1 comment

#43 - Add testing and deploying to GitHub Actions

Pull Request - State: closed - Opened by kaste over 3 years ago

#42 - Add python '3.9' and '3.10' to the CI pipeline

Pull Request - State: closed - Opened by kaste over 3 years ago - 1 comment

#41 - Add support for capturing all the arguments when there are multiple invocations

Issue - State: closed - Opened by shashankrnr32 over 3 years ago - 15 comments
Labels: enhancement

#40 - resetting a mock?

Issue - State: closed - Opened by attila123 almost 4 years ago - 1 comment

#39 - Support one liner stubs?

Issue - State: closed - Opened by dhulke over 4 years ago - 3 comments

#37 - bad example in functions

Issue - State: closed - Opened by ScottDuchin over 4 years ago - 1 comment

#36 - tests no longer part of pypi tarball

Issue - State: closed - Opened by pgajdos almost 5 years ago - 2 comments

#35 - Captor example is not working

Issue - State: closed - Opened by ghsatpute almost 5 years ago - 8 comments

#34 - Fixes mocking inherited class methods

Pull Request - State: closed - Opened by nielsvaneck about 5 years ago - 18 comments

#32 - mock function docstring typo

Issue - State: closed - Opened by chrisheaththomas about 5 years ago - 1 comment

#31 - Updates for 1.2

Pull Request - State: closed - Opened by kaste about 5 years ago

#30 - Fix compatibility with Python 3.8 (fixes #29)

Pull Request - State: closed - Opened by felixonmars over 5 years ago - 2 comments

#29 - Test failures with Python 3.8

Issue - State: closed - Opened by felixonmars over 5 years ago - 4 comments

#28 - Numpy arrays as when() arguments

Issue - State: closed - Opened by Chris-hughes10 almost 6 years ago - 2 comments

#27 - Work with mypy

Issue - State: closed - Opened by ZeeD almost 6 years ago - 1 comment

#26 - Moking property with execption

Issue - State: closed - Opened by aaltat about 6 years ago - 6 comments

#25 - Error while installing mockito==0.5.2

Issue - State: closed - Opened by spafe over 6 years ago - 2 comments

#24 - Mocking sys.argv and sys.stdout like in patch

Issue - State: open - Opened by relte over 6 years ago - 4 comments

#23 - Hide internal tracebacks when using pytest

Pull Request - State: closed - Opened by kaste over 6 years ago - 1 comment

#22 - Improve error messages

Pull Request - State: closed - Opened by kaste over 6 years ago

#21 - Convert to unified 2/3 source code

Pull Request - State: closed - Opened by kaste over 6 years ago

#20 - Next

Pull Request - State: closed - Opened by kaste over 6 years ago

#19 - Ellipsis in arg raises ValueError

Issue - State: closed - Opened by mazmrini over 6 years ago - 3 comments

#18 - verify() with timeout

Issue - State: open - Opened by philipa almost 7 years ago - 3 comments

#17 - Add API to clear all mock invocations

Pull Request - State: closed - Opened by maximkulkin almost 7 years ago - 2 comments

#16 - Add method to clear all invocations for a mock

Issue - State: closed - Opened by maximkulkin almost 7 years ago

#15 - How to mock @property

Issue - State: closed - Opened by aaltat about 7 years ago - 2 comments

#14 - Support installation using Conda?

Issue - State: closed - Opened by hans-permana over 7 years ago - 3 comments

#13 - Mocking attributes which initially value None

Issue - State: closed - Opened by aaltat over 7 years ago - 2 comments
Labels: question

#12 - Mocking inherited methods from super class

Issue - State: closed - Opened by lennartblom over 7 years ago - 3 comments
Labels: question

#11 - Add mention to the original Mockito framework in README

Pull Request - State: closed - Opened by TimvdLippe over 7 years ago - 6 comments

#10 - Clean up error output and added error printouts of recorded function …

Pull Request - State: closed - Opened by lwoydziak over 7 years ago - 3 comments

#9 - Patching built-in/extension types

Issue - State: closed - Opened by betabandido almost 8 years ago - 3 comments
Labels: question

#8 - Error in 1.0.8 and 1.0.9: TypeError: 'staticmethod' object is not callable

Issue - State: closed - Opened by aaltat about 8 years ago - 4 comments

#7 - Backwards incompatable change between version 0.7.1 and 1.0.0

Issue - State: closed - Opened by aaltat about 8 years ago - 6 comments

#6 - Improve invocation remembering for reused methods

Pull Request - State: closed - Opened by maximkulkin over 8 years ago - 2 comments

#5 - Add more argument matchers and argument captor

Pull Request - State: closed - Opened by maximkulkin over 8 years ago - 7 comments

#4 - Documentation: Mocking instances, not just classes

Issue - State: closed - Opened by lsloan over 8 years ago - 2 comments

#3 - Support chaining methods?

Issue - State: open - Opened by kaste almost 9 years ago
Labels: Open for PR

#2 - Teach travis to lint the code

Issue - State: closed - Opened by kaste almost 9 years ago
Labels: Open for PR

#1 - Added support for thenAnswer like the java version of Mockito.

Pull Request - State: closed - Opened by stubbsd almost 9 years ago - 2 comments