Groups
Sign in
Groups
mox-discuss
Conversations
About
Send feedback
Help
mox-discuss
Contact owners and managers
1–30 of 235
Mark all as read
Report group
0 selected
Ivan Neto
,
Paolo Milani Comparetti
3
11/17/17
Do you guys still use mox?
We also still use here and since we have projects in Python 2 and 3, I had to create a repo on Github
unread,
Do you guys still use mox?
We also still use here and since we have projects in Python 2 and 3, I had to create a repo on Github
11/17/17
[email protected]
4
9/22/15
Issue 37 in pymox: Optional arguments
Comment #3 on issue 37 by
[email protected]
: Optional arguments https://code.google.com/p/pymox/issues/
unread,
Issue 37 in pymox: Optional arguments
Comment #3 on issue 37 by
[email protected]
: Optional arguments https://code.google.com/p/pymox/issues/
9/22/15
[email protected]
3
3/19/15
Issue 60 in pymox: Consider migrating to github
Comment #2 on issue 60 by
[email protected]
: Consider migrating to github https://code.google.com
unread,
Issue 60 in pymox: Consider migrating to github
Comment #2 on issue 60 by
[email protected]
: Consider migrating to github https://code.google.com
3/19/15
Sanjeev Kumar
12/19/14
what is difference while doing monkeyPatch and StubOutwithMock?
I came across this while doing unittest, I am curious to know what is the difference between the
unread,
what is difference while doing monkeyPatch and StubOutwithMock?
I came across this while doing unittest, I am curious to know what is the difference between the
12/19/14
Ruben Laguna
10/14/14
Can I set a "optional" method expectation?
I want just ot verify that a certain method call has been invoked zero or one times. I see that there
unread,
Can I set a "optional" method expectation?
I want just ot verify that a certain method call has been invoked zero or one times. I see that there
10/14/14
[email protected]
10/12/14
Issue 59 in pymox: MockObject.__eq__ behaviour causes problems when the mocks are used in lists.
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 59 by
[email protected]
:
unread,
Issue 59 in pymox: MockObject.__eq__ behaviour causes problems when the mocks are used in lists.
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 59 by
[email protected]
:
10/12/14
[email protected]
2
8/6/14
Issue 43 in pymox: New release
Comment #1 on issue 43 by
[email protected]
: New release http://code.google.com/p/pymox/issues/
unread,
Issue 43 in pymox: New release
Comment #1 on issue 43 by
[email protected]
: New release http://code.google.com/p/pymox/issues/
8/6/14
[email protected]
,
Ivan Kolodyazhny
8
11/27/13
Issue 45 in pymox: python 3 compatibility
Comment #6 on issue 45 by
[email protected]
: python 3 compatibility http://code.google.com/p/pymox/
unread,
Issue 45 in pymox: python 3 compatibility
Comment #6 on issue 45 by
[email protected]
: python 3 compatibility http://code.google.com/p/pymox/
11/27/13
Sanjeev Kumar
11/22/13
mocking builtin os.listdir
I have this method i want to test def imageFilePaths(paths): imagesWithPath = [] for _path in paths:
unread,
mocking builtin os.listdir
I have this method i want to test def imageFilePaths(paths): imagesWithPath = [] for _path in paths:
11/22/13
[email protected]
2
11/18/13
Issue 58 in pymox: mox release is old and full of bugs
Comment #1 on issue 58 by
[email protected]
: mox release is old and full of bugs http://code.
unread,
Issue 58 in pymox: mox release is old and full of bugs
Comment #1 on issue 58 by
[email protected]
: mox release is old and full of bugs http://code.
11/18/13
[email protected]
11/13/13
Issue 57 in pymox: Improper handling when mocking on instances
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 57 by
[email protected]
:
unread,
Issue 57 in pymox: Improper handling when mocking on instances
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 57 by
[email protected]
:
11/13/13
Sanjeev Kumar
10/6/13
why expected method never call error?
I have a dummy module in which A class is used to filter the list containing only string items and
unread,
why expected method never call error?
I have a dummy module in which A class is used to filter the list containing only string items and
10/6/13
Tyrone Schiff
5/6/13
Fake image object using CherryPy?
Hi there, I'm using Mox to write my unit tests and am also using CherryPy. I am trying to upload
unread,
Fake image object using CherryPy?
Hi there, I'm using Mox to write my unit tests and am also using CherryPy. I am trying to upload
5/6/13
Jason Dunsmore
3
4/3/13
How to mock nested methods/attributes
Apparently, this isn't quite right. When mox.VerifyAll() is called, I get the following error:
unread,
How to mock nested methods/attributes
Apparently, this isn't quite right. When mox.VerifyAll() is called, I get the following error:
4/3/13
[email protected]
3/12/13
Issue 56 in pymox: Stub out os.stat raises exception when run with nosetests
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 56 by
[email protected]
: Stub
unread,
Issue 56 in pymox: Stub out os.stat raises exception when run with nosetests
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 56 by
[email protected]
: Stub
3/12/13
[email protected]
2
2/26/13
Issue 55 in pymox: String formatting error in StubOutWithMock method
Comment #1 on issue 55 by
[email protected]
: String formatting error in StubOutWithMock method http
unread,
Issue 55 in pymox: String formatting error in StubOutWithMock method
Comment #1 on issue 55 by
[email protected]
: String formatting error in StubOutWithMock method http
2/26/13
[email protected]
2/15/13
Issue 54 in pymox: StubOutWithMock on a MockAnything sometimes succeeds, sometimes fails.
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 54 by
[email protected]
:
unread,
Issue 54 in pymox: StubOutWithMock on a MockAnything sometimes succeeds, sometimes fails.
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 54 by
[email protected]
:
2/15/13
Gavin McQuillan
2/6/13
Fork of Mox: Mimic Is Ready For Feedback
Hi Moxers! I've been using Mox regularly for over four years; I think it's a fantastic
unread,
Fork of Mox: Mimic Is Ready For Feedback
Hi Moxers! I've been using Mox regularly for over four years; I think it's a fantastic
2/6/13
[email protected]
4
11/29/12
Issue 53 in pymox: Improve MockObject description for classmethod
Comment #3 on issue 53 by
[email protected]
: Improve MockObject description for classmethod http:
unread,
Issue 53 in pymox: Improve MockObject description for classmethod
Comment #3 on issue 53 by
[email protected]
: Improve MockObject description for classmethod http:
11/29/12
[email protected]
,
Steve Middlekauff
5
11/16/12
Issue 47 in pymox: StubOutClassWithMocks does not work with abstract base classes (ABC)
Updates: Status: Fixed Comment #3 on issue 47 by
[email protected]
: StubOutClassWithMocks does
unread,
Issue 47 in pymox: StubOutClassWithMocks does not work with abstract base classes (ABC)
Updates: Status: Fixed Comment #3 on issue 47 by
[email protected]
: StubOutClassWithMocks does
11/16/12
[email protected]
11/16/12
[pymox] r75 committed - Patch for Issue #47, provided by
[email protected]
Revision: 75 Author: smiddlek Date: Fri Nov 16 11:17:52 2012 Log: Patch for Issue #47, provided by
unread,
[pymox] r75 committed - Patch for Issue #47, provided by
[email protected]
Revision: 75 Author: smiddlek Date: Fri Nov 16 11:17:52 2012 Log: Patch for Issue #47, provided by
11/16/12
[email protected]
11/12/12
[pymox] r74 committed - Patch for Issue 51, contributed by
[email protected]
Revision: 74 Author: smiddlek Date: Mon Nov 12 10:59:51 2012 Log: Patch for Issue 51, contributed by
unread,
[pymox] r74 committed - Patch for Issue 51, contributed by
[email protected]
Revision: 74 Author: smiddlek Date: Mon Nov 12 10:59:51 2012 Log: Patch for Issue 51, contributed by
11/12/12
[email protected]
2
11/12/12
Issue 51 in pymox: mox.Mox.CreateMock() chokes if dir() and getattr() do not agree
Updates: Status: Fixed Comment #1 on issue 51 by
[email protected]
: mox.Mox.CreateMock() chokes if
unread,
Issue 51 in pymox: mox.Mox.CreateMock() chokes if dir() and getattr() do not agree
Updates: Status: Fixed Comment #1 on issue 51 by
[email protected]
: mox.Mox.CreateMock() chokes if
11/12/12
[email protected]
11/12/12
Issue 52 in pymox: Patch for /trunk/mox.py - Bug fix for MultipleTimes().WithSideEffect()
Status: New Owner: ---- Labels: Type-Patch New issue 52 by
[email protected]
: Patch for /trunk/mox.py
unread,
Issue 52 in pymox: Patch for /trunk/mox.py - Bug fix for MultipleTimes().WithSideEffect()
Status: New Owner: ---- Labels: Type-Patch New issue 52 by
[email protected]
: Patch for /trunk/mox.py
11/12/12
[email protected]
3
10/11/12
Issue 24 in pymox: IgnoreArgs
Comment #2 on issue 24 by
[email protected]
: IgnoreArgs http://code.google.com/p/pymox/issues/
unread,
Issue 24 in pymox: IgnoreArgs
Comment #2 on issue 24 by
[email protected]
: IgnoreArgs http://code.google.com/p/pymox/issues/
10/11/12
[email protected]
9/17/12
how to use pymock with webtest (http://webtest.pythonpaste.org/en/latest/index.html)
#new_api.py def test(): return 'test' ---------------------------- #api_controller.py @expose
unread,
how to use pymock with webtest (http://webtest.pythonpaste.org/en/latest/index.html)
#new_api.py def test(): return 'test' ---------------------------- #api_controller.py @expose
9/17/12
[email protected]
8/16/12
Issue 50 in pymox: Provide a comparator to capture a value for later inspection
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 50 by
[email protected]
:
unread,
Issue 50 in pymox: Provide a comparator to capture a value for later inspection
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 50 by
[email protected]
:
8/16/12
[email protected]
7/30/12
Issue 49 in pymox: pymox should support a context handler for verification
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 49 by
[email protected]
:
unread,
Issue 49 in pymox: pymox should support a context handler for verification
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 49 by
[email protected]
:
7/30/12
[email protected]
7/27/12
Issue 48 in pymox: SwallowedExceptionError's _str__ method prints out one character per line when used with nose
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 48 by
[email protected]
:
unread,
Issue 48 in pymox: SwallowedExceptionError's _str__ method prints out one character per line when used with nose
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 48 by
[email protected]
:
7/27/12
[email protected]
3
7/17/12
Issue 34 in pymox: Mox ExpectedMethodCallsError's _str__ method prints out one character per line
Comment #2 on issue 34 by
[email protected]
: Mox ExpectedMethodCallsError's _str__ method
unread,
Issue 34 in pymox: Mox ExpectedMethodCallsError's _str__ method prints out one character per line
Comment #2 on issue 34 by
[email protected]
: Mox ExpectedMethodCallsError's _str__ method
7/17/12