Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / note35/sinon issues and pull requests
#53 - Bump werkzeug from 0.11.15 to 0.15.5 in /example/restful_flask_example_with_sinon
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#52 - Bump jinja2 from 2.9.5 to 2.11.3 in /example/restful_flask_example_with_sinon
Pull Request -
State: open - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#51 - Fix deprecation warnings due to invalid escape sequences.
Pull Request -
State: closed - Opened by tirkarthi over 4 years ago
- 1 comment
#50 - Deprecation warning due to invalid escape sequences
Issue -
State: closed - Opened by tirkarthi over 4 years ago
#49 - Nice-to-have: stubbing constructors
Issue -
State: open - Opened by jonathan-benn almost 7 years ago
#48 - Cannot stub logging with open stream
Issue -
State: open - Opened by jonathan-benn almost 7 years ago
- 1 comment
#47 - Calling stub.reset() makes stub no longer override return value
Issue -
State: open - Opened by jonathan-benn about 7 years ago
- 1 comment
Labels: bug
#46 - base.py exposes protected attributes
Issue -
State: open - Opened by jonathan-benn about 7 years ago
#45 - Removed pure_count and added property methods to _SinonStubCondition
Pull Request -
State: closed - Opened by jonathan-benn about 7 years ago
- 9 comments
#44 - Should not be able to restore an anonymous (pure) stub
Issue -
State: open - Opened by jonathan-benn about 7 years ago
- 3 comments
Labels: enhancement
#43 - Module-based stub cannot chain throws
Issue -
State: closed - Opened by jonathan-benn about 7 years ago
#42 - Class-based method stub cannot chain throws
Issue -
State: open - Opened by jonathan-benn about 7 years ago
#41 - Class-based method stub cannot execute
Issue -
State: open - Opened by jonathan-benn about 7 years ago
- 2 comments
#40 - Cannot chain throws
Issue -
State: closed - Opened by jonathan-benn about 7 years ago
- 4 comments
#39 - Target
Pull Request -
State: closed - Opened by jonathan-benn about 7 years ago
- 3 comments
#38 - No call count reset
Pull Request -
State: closed - Opened by jonathan-benn about 7 years ago
- 6 comments
#37 - Corrected precedence of onCall, withArgs & returns/throws
Pull Request -
State: closed - Opened by jonathan-benn about 7 years ago
- 3 comments
#36 - Get rid of target "dirty hack"
Issue -
State: open - Opened by jonathan-benn about 7 years ago
- 2 comments
#35 - Code duplication
Issue -
State: closed - Opened by jonathan-benn about 7 years ago
#34 - Removed _get_original from SinonStub
Pull Request -
State: closed - Opened by jonathan-benn about 7 years ago
- 4 comments
#33 - FSM Table
Issue -
State: open - Opened by jonathan-benn over 7 years ago
#32 - call count reset when using returns or throws
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
- 2 comments
#31 - Precedence of onCall vs withArgs vs returns not correct
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
- 1 comment
#30 - Conditions should not persist across lines
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
#29 - Combined withArgs and onCall not working correctly
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
#28 - onCall(...).withArgs(...) not allowed
Issue -
State: open - Opened by jonathan-benn over 7 years ago
- 1 comment
#27 - For SinonStub, it's now possible to chain multiple returns calls
Pull Request -
State: closed - Opened by jonathan-benn over 7 years ago
- 5 comments
#26 - Fixed off-by-one error in SinonStub.onCall
Pull Request -
State: closed - Opened by jonathan-benn over 7 years ago
#25 - Can now call non-pure stub directly
Pull Request -
State: closed - Opened by jonathan-benn over 7 years ago
- 4 comments
#24 - Immediately creating Stub replacement is deprecated
Issue -
State: open - Opened by jonathan-benn over 7 years ago
- 4 comments
Labels: enhancement, help wanted
#23 - Chained onCall and withArgs doesn't work
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
- 4 comments
Labels: bug, duplicate, enhancement
#22 - Stub.onCall has off-by-one error
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
- 3 comments
Labels: bug, enhancement
#21 - Missing Stub Weird API
Issue -
State: open - Opened by jonathan-benn over 7 years ago
- 1 comment
#20 - Missing Stub Async API
Issue -
State: open - Opened by jonathan-benn over 7 years ago
- 4 comments
Labels: low priority
#19 - Missing Stub Invocation API
Issue -
State: open - Opened by jonathan-benn over 7 years ago
- 1 comment
#18 - Missing Stub Callback API
Issue -
State: open - Opened by jonathan-benn over 7 years ago
Labels: enhancement, help wanted
#17 - Missing Stub Behaviour API
Issue -
State: open - Opened by jonathan-benn over 7 years ago
- 1 comment
#16 - Cannot stub a whole class
Issue -
State: open - Opened by jonathan-benn over 7 years ago
- 2 comments
Labels: low priority
#15 - Cannot call class stub directly
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
- 2 comments
Labels: bug
#14 - Missing Spy API functions
Issue -
State: open - Opened by jonathan-benn over 7 years ago
- 2 comments
Labels: enhancement, help wanted
#13 - Missing API functions related to SpyCall
Issue -
State: open - Opened by jonathan-benn over 7 years ago
- 4 comments
Labels: enhancement, help wanted
#12 - Remove call queue
Pull Request -
State: closed - Opened by jonathan-benn over 7 years ago
- 9 comments
#11 - getCall should return None if a bad index is given
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
Labels: bug
#10 - Fixed API & implementation of firstCall to lastCall
Pull Request -
State: closed - Opened by jonathan-benn over 7 years ago
- 1 comment
#9 - [Spike] Research the possibilities to remove CALLQUEUE
Issue -
State: closed - Opened by note35 over 7 years ago
- 1 comment
Labels: enhancement
#8 - Added Call class and re-implemented spy.getCall
Pull Request -
State: closed - Opened by jonathan-benn over 7 years ago
- 3 comments
#7 - Calling spy() now fills args and kwargs with empty tuple or dictionary
Pull Request -
State: closed - Opened by jonathan-benn over 7 years ago
- 2 comments
#6 - Add a Gitter chat badge to README.rst
Pull Request -
State: closed - Opened by gitter-badger over 7 years ago
#5 - args_list not recording single arguments correctly
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
- 5 comments
Labels: bug
#4 - getCall is not working correctly
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
- 3 comments
Labels: bug
#3 - Different stubs are sharing arguments
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
- 1 comment
Labels: bug
#2 - args always returns all args for all calls
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
- 4 comments
Labels: bug
#1 - Spy API error
Issue -
State: closed - Opened by jonathan-benn over 7 years ago
- 2 comments
Labels: bug, enhancement