Search
Clear search
Close search
Main menu
Google apps
Groups
Sign in
Groups
mockito-python
Conversations
About
Send feedback
Help
mockito-python
Contact owners and managers
1–24 of 24
Mark all as read
Report group
0 selected
Antony Raj
,
Justin Hopper
2
11/18/14
How do I mock the constructor of an object?
Hello Antony, Can you provide a bit more context so I can better assist you? Such as the test code
unread,
How do I mock the constructor of an object?
Hello Antony, Can you provide a bit more context so I can better assist you? Such as the test code
11/18/14
Thomas Goirand
10/20/13
Re: [Openstack-devel] python-mockito_0.5.1-1_amd64.changes REJECTED
Hi, Here's the reply from the FTP masters. Please specify correctly the full MIT license
unread,
Re: [Openstack-devel] python-mockito_0.5.1-1_amd64.changes REJECTED
Hi, Here's the reply from the FTP masters. Please specify correctly the full MIT license
10/20/13
Thomas Goirand
,
Justin Hopper
2
10/19/13
Packaging Mockito in Debian: copyright issue
Thomas, I submit these changes tomorrow. Thanks, Justin On Friday, October 18, 2013 10:55:39 PM UTC-7
unread,
Packaging Mockito in Debian: copyright issue
Thomas, I submit these changes tomorrow. Thanks, Justin On Friday, October 18, 2013 10:55:39 PM UTC-7
10/19/13
Chris
, …
Raphael MARVIE
4
8/23/13
isinstance support
Hi, Checking for argument type with a isinstance is a bad smell. You should not test argument types,
unread,
isinstance support
Hi, Checking for argument type with a isinstance is a bad smell. You should not test argument types,
8/23/13
Szczepan Faber
3/24/13
Fwd: Python Mockito Activity
Hey guys, Justin is keen on taking over mocktio-python effort. I'm about to install his
unread,
Fwd: Python Mockito Activity
Hey guys, Justin is keen on taking over mocktio-python effort. I'm about to install his
3/24/13
munda....@gmail.com
, …
Win Treese
7
11/29/12
Mocking open ?
On Nov 28, 2012, at 3:43 PM, sayor...@gmail.com wrote: > Thanks Caspar, that makes sense! >
unread,
Mocking open ?
On Nov 28, 2012, at 3:43 PM, sayor...@gmail.com wrote: > Thanks Caspar, that makes sense! >
11/29/12
Alan Cabrera
,
Szczepan Faber
2
9/21/12
Bug in inorder.verify
Hey, You've got to debug it yourself, I'm afraid :) We'll gladly accept a patch. Cheers!
unread,
Bug in inorder.verify
Hey, You've got to debug it yourself, I'm afraid :) We'll gladly accept a patch. Cheers!
9/21/12
김동주
,
szczepiq
2
3/11/11
ref argument bug
Hey, >Because add_something store ref of argument (not copy). I agree. Is there a safe way of
unread,
ref argument bug
Hey, >Because add_something store ref of argument (not copy). I agree. Is there a safe way of
3/11/11
roth
,
Serhiy Oplakanets
2
10/15/10
Stubbing "imports"
Hi Roth, No, mockito doesn't support patching. Also I don't think it has to. Mockito is
unread,
Stubbing "imports"
Hi Roth, No, mockito doesn't support patching. Also I don't think it has to. Mockito is
10/15/10
gary
, …
Christoph Neuroth
5
8/19/10
mocking propertys
> Ah I have just started to use mockito to avoid that ;-) Me too. How did you dend up testing your
unread,
mocking propertys
> Ah I have just started to use mockito to avoid that ;-) Me too. How did you dend up testing your
8/19/10
Christoph Neuroth
, …
Serhiy Oplakanets
14
8/13/10
How to stub out a method regardless of which arguments are used?
Regarding apples and oranges: I meant that if I find Sphinx suitable I can make tutorial with it and
unread,
How to stub out a method regardless of which arguments are used?
Regarding apples and oranges: I meant that if I find Sphinx suitable I can make tutorial with it and
8/13/10
James Cooper
,
Serhiy Oplakanets
5
7/9/10
when / verify interaction
Hi there, I like the UNIX philosophy of doing one little thing well so you can combine different
unread,
when / verify interaction
Hi there, I like the UNIX philosophy of doing one little thing well so you can combine different
7/9/10
James Cooper
, …
Serhiy Oplakanets
4
7/8/10
verify() equality tests
Hi everyone. Thanks for the responses Re 1: mockito 0.4.0 Re 2: I misspoke. What I should have said
unread,
verify() equality tests
Hi everyone. Thanks for the responses Re 1: mockito 0.4.0 Re 2: I misspoke. What I should have said
7/8/10
Phil Wills
,
Serhiy Oplakanets
5
7/8/10
Downloading distribute on install
s/was using setuptools/was using *virtualenv*/ On Jul 8, 1:39 pm, Serhiy Oplakanets <ser...@
unread,
Downloading distribute on install
s/was using setuptools/was using *virtualenv*/ On Jul 8, 1:39 pm, Serhiy Oplakanets <ser...@
7/8/10
Serhiy Oplakanets
,
szczepiq
6
2/20/10
Mockito-python ported to Python3
> OK. I don't think there is lots of stuff to-do, so I'm fine to take care of both
unread,
Mockito-python ported to Python3
> OK. I don't think there is lots of stuff to-do, so I'm fine to take care of both
2/20/10
Yorgos Pagles
, …
Bartosz Bańkowski
5
3/31/09
Question on mock creation
Here is the link: http://bitbucket.org/szczepiq/mockito-python/issue/3/fail-if-stubbed-method-does-
unread,
Question on mock creation
Here is the link: http://bitbucket.org/szczepiq/mockito-python/issue/3/fail-if-stubbed-method-does-
3/31/09
r.
, …
szczepiq
7
3/30/09
Question about verify() behavior
Great, Feel free to send feedback or suggestions. Szczepan Faber On Mon, Mar 30, 2009 at 6:22 PM, r.
unread,
Question about verify() behavior
Great, Feel free to send feedback or suggestions. Szczepan Faber On Mon, Mar 30, 2009 at 6:22 PM, r.
3/30/09
Dennis
,
Bartosz Bańkowski
3
3/4/09
problem with install
don't know what happened, but I deleted everything, checked out again, ran install and now
unread,
problem with install
don't know what happened, but I deleted everything, checked out again, ran install and now
3/4/09
Colin Coombs
,
Bartosz Bańkowski
4
3/3/09
Problem mocking a __str__() method
> Thank you, but you need not spend too much time on it, as I have a > workaround available.
unread,
Problem mocking a __str__() method
> Thank you, but you need not spend too much time on it, as I have a > workaround available.
3/3/09
analogue
,
szczepiq
3
10/21/08
python 2.4 compatibility
It should be working now with python 2.4. Let me know how do you find this tool! Szczepan On Tue, Oct
unread,
python 2.4 compatibility
It should be working now with python 2.4. Let me know how do you find this tool! Szczepan On Tue, Oct
10/21/08
szczepiq
9/18/08
moved to bitbucket
I moved the sources of mockito-python to bitbucket http://www.bitbucket.org/szczepiq/mockito-python/
unread,
moved to bitbucket
I moved the sources of mockito-python to bitbucket http://www.bitbucket.org/szczepiq/mockito-python/
9/18/08
szczepiq
, …
Bartosz Bańkowski
5
8/15/08
syntactic sugar
Don't forget about my favorite: verify(mock, times=3).foo() On Thu, Aug 14, 2008 at 9:26 AM,
unread,
syntactic sugar
Don't forget about my favorite: verify(mock, times=3).foo() On Thu, Aug 14, 2008 at 9:26 AM,
8/15/08
szczepiq
7/19/08
status
Started hacking python version: Done: -verification -times(x) in verification -noMoreInteractions() -
unread,
status
Started hacking python version: Done: -verification -times(x) in verification -noMoreInteractions() -
7/19/08
szczepiq
7/19/08
it has started...
http://code.google.com/p/mockito/wiki/MockitoForPython
unread,
it has started...
http://code.google.com/p/mockito/wiki/MockitoForPython
7/19/08