issues
search
note35
/
sinon
Standalone and test framework agnostic Python test spies, stubs and mocks (pronounced "sigh-non").
BSD 2-Clause "Simplified" License
13
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump werkzeug from 0.11.15 to 0.15.5 in /example/restful_flask_example_with_sinon
#53
dependabot[bot]
opened
1 year ago
0
Bump jinja2 from 2.9.5 to 2.11.3 in /example/restful_flask_example_with_sinon
#52
dependabot[bot]
opened
3 years ago
1
Fix deprecation warnings due to invalid escape sequences.
#51
tirkarthi
closed
4 years ago
1
Deprecation warning due to invalid escape sequences
#50
tirkarthi
closed
4 years ago
0
Nice-to-have: stubbing constructors
#49
jonathan-benn
opened
6 years ago
0
Cannot stub logging with open stream
#48
jonathan-benn
opened
6 years ago
1
Calling stub.reset() makes stub no longer override return value
#47
jonathan-benn
opened
6 years ago
1
base.py exposes protected attributes
#46
jonathan-benn
opened
6 years ago
0
Removed pure_count and added property methods to _SinonStubCondition
#45
jonathan-benn
closed
6 years ago
9
Should not be able to restore an anonymous (pure) stub
#44
jonathan-benn
opened
6 years ago
3
Module-based stub cannot chain throws
#43
jonathan-benn
closed
6 years ago
0
Class-based method stub cannot chain throws
#42
jonathan-benn
opened
6 years ago
0
Class-based method stub cannot execute
#41
jonathan-benn
opened
6 years ago
2
Cannot chain throws
#40
jonathan-benn
closed
6 years ago
4
Target
#39
jonathan-benn
closed
6 years ago
3
No call count reset
#38
jonathan-benn
closed
6 years ago
6
Corrected precedence of onCall, withArgs & returns/throws
#37
jonathan-benn
closed
6 years ago
3
Get rid of target "dirty hack"
#36
jonathan-benn
opened
6 years ago
2
Code duplication
#35
jonathan-benn
closed
6 years ago
0
Removed _get_original from SinonStub
#34
jonathan-benn
closed
7 years ago
4
FSM Table
#33
jonathan-benn
opened
7 years ago
0
call count reset when using returns or throws
#32
jonathan-benn
closed
6 years ago
2
Precedence of onCall vs withArgs vs returns not correct
#31
jonathan-benn
closed
6 years ago
1
Conditions should not persist across lines
#30
jonathan-benn
closed
7 years ago
0
Combined withArgs and onCall not working correctly
#29
jonathan-benn
closed
6 years ago
0
onCall(...).withArgs(...) not allowed
#28
jonathan-benn
opened
7 years ago
1
For SinonStub, it's now possible to chain multiple returns calls
#27
jonathan-benn
closed
7 years ago
5
Fixed off-by-one error in SinonStub.onCall
#26
jonathan-benn
closed
7 years ago
0
Can now call non-pure stub directly
#25
jonathan-benn
closed
7 years ago
4
Immediately creating Stub replacement is deprecated
#24
jonathan-benn
opened
7 years ago
4
Chained onCall and withArgs doesn't work
#23
jonathan-benn
closed
6 years ago
4
Stub.onCall has off-by-one error
#22
jonathan-benn
closed
7 years ago
3
Missing Stub Weird API
#21
jonathan-benn
opened
7 years ago
1
Missing Stub Async API
#20
jonathan-benn
opened
7 years ago
4
Missing Stub Invocation API
#19
jonathan-benn
opened
7 years ago
1
Missing Stub Callback API
#18
jonathan-benn
opened
7 years ago
0
Missing Stub Behaviour API
#17
jonathan-benn
opened
7 years ago
1
Cannot stub a whole class
#16
jonathan-benn
opened
7 years ago
2
Cannot call class stub directly
#15
jonathan-benn
closed
7 years ago
2
Missing Spy API functions
#14
jonathan-benn
opened
7 years ago
2
Missing API functions related to SpyCall
#13
jonathan-benn
opened
7 years ago
4
Remove call queue
#12
jonathan-benn
closed
7 years ago
9
getCall should return None if a bad index is given
#11
jonathan-benn
closed
7 years ago
0
Fixed API & implementation of firstCall to lastCall
#10
jonathan-benn
closed
7 years ago
1
[Spike] Research the possibilities to remove CALLQUEUE
#9
note35
closed
7 years ago
1
Added Call class and re-implemented spy.getCall
#8
jonathan-benn
closed
7 years ago
3
Calling spy() now fills args and kwargs with empty tuple or dictionary
#7
jonathan-benn
closed
7 years ago
2
Add a Gitter chat badge to README.rst
#6
gitter-badger
closed
7 years ago
0
args_list not recording single arguments correctly
#5
jonathan-benn
closed
7 years ago
5
getCall is not working correctly
#4
jonathan-benn
closed
7 years ago
3
Next