issues
search
uber
/
doubles
Test doubles for Python.
MIT License
164
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Match args using specs/constraints rather than just equality
#96
nitishr
closed
5 years ago
3
Change is_class strategy
#95
toddsifleet
closed
6 years ago
0
Support methods added after instance creation
#94
toddsifleet
closed
9 years ago
1
expect/allow not working for object with __slots__
#93
ximyu
opened
9 years ago
0
Replace the use of stack() with a much faster alternative.
#92
clin88
closed
9 years ago
0
Validation on the instance itself when an instance method is called.
#91
jordanlibrande
opened
9 years ago
0
Allow doubling a particular instance method on all instances of a class.
#90
jordanlibrande
opened
9 years ago
1
Tests should fail if a any Doubles Exception is raised
#89
toddsifleet
opened
9 years ago
4
Support Futures
#88
toddsifleet
closed
9 years ago
6
bad reference in docs?
#87
jamesonjlee
closed
9 years ago
0
Native support for Tornado futures
#86
abhinav
closed
9 years ago
0
Fixed with_args call.
#85
Pawka
closed
9 years ago
0
Target.is_class should use inspect.isclass
#84
abeinstein
closed
6 years ago
0
make with_args_validator work with expects
#83
toddsifleet
closed
9 years ago
2
Add failing test to fix #81
#82
toddsifleet
closed
6 years ago
0
Allowances/Expectations on super objects
#81
toddsifleet
closed
9 years ago
0
update docstrings fixes #77
#80
toddsifleet
closed
9 years ago
1
Let expectations return/raise values
#79
toddsifleet
closed
9 years ago
7
Let expect return a value
#78
toddsifleet
closed
9 years ago
0
Update docstrings to conform to pep257
#77
toddsifleet
closed
9 years ago
0
create ClassDoubles after patching
#76
toddsifleet
closed
9 years ago
1
handle arguments when stubbing subclasses of builtins
#75
toddsifleet
closed
9 years ago
2
You should be able to create an instance double after patching a class
#74
toddsifleet
closed
9 years ago
0
Allow for introspection into arguments
#73
toddsifleet
closed
9 years ago
4
Add FAQ about expecting something not to be called
#72
charlax
closed
9 years ago
0
Allow for introspection into arguments
#71
toddsifleet
closed
9 years ago
0
stubbed constructor fails for a class that inherits from dict
#70
toddsifleet
closed
9 years ago
0
Add __name__ and __doc__ proxying to ProxyMethod
#69
dnathe4th
closed
9 years ago
6
Fix PEP issues
#68
toddsifleet
closed
9 years ago
1
Fix schematics issue
#67
toddsifleet
closed
9 years ago
1
mock.rst is out of date
#66
toddsifleet
closed
9 years ago
0
Add with_args shorthand
#65
toddsifleet
closed
9 years ago
3
Update constructor stubbing
#64
toddsifleet
closed
9 years ago
8
InstanceDoubles should pass isinstance
#63
toddsifleet
opened
9 years ago
0
Add clear functionality
#62
toddsifleet
closed
9 years ago
1
Confusing behavior when overwriting previous mocks/stubs
#61
jordanlibrande
closed
9 years ago
3
Doubling a constructor leaks to other test file
#60
rajeshucsb
closed
9 years ago
2
Make argument repr string copyable
#59
toddsifleet
closed
9 years ago
2
Allow copy pasting missed expectations
#58
charlax
closed
9 years ago
0
Clarify difference between allow and expect
#57
charlax
closed
10 years ago
1
Better generator support
#56
jordanlibrande
closed
9 years ago
1
No changelog.
#55
HelloGrayson
closed
9 years ago
3
remove py3k version check
#54
toddsifleet
closed
10 years ago
1
fix bug for expect 0
#53
jiazou
closed
10 years ago
1
Parameterize class method proxying to allow for the doubling of context managers
#52
mrbrowning
closed
10 years ago
2
Update UnallowedMethodCallError
#51
toddsifleet
closed
10 years ago
1
UnallowedMethodCallError is not clear
#50
toddsifleet
closed
10 years ago
0
using double as a context manager causes AttributeError: __exit__
#49
mrbrowning
closed
10 years ago
0
Making mocking callable objects easier
#48
toddsifleet
closed
10 years ago
4
Fix property stubbing
#47
toddsifleet
closed
10 years ago
2
Previous
Next