flake8
failed.
JSHint
passed.
flake8
-
kgb/tests/test_ops.py (Diff revision 1) Show all issues
Review Request #11799 — Created Aug. 20, 2021 and submitted
Information | |
---|---|
chipx86 | |
kgb | |
master | |
Reviewers | |
kgb | |
SpyOpReturnInOrder
is a mix betweenSpyOpReturn
and
SpyOpMatchInOrder
. It takes a list of values, and will return a value
for each call made, in the order provided. If a call once the list is
exhausted, an exception will be raised.
SpyOpRaiseInOrder
is theSpyOpRaise
equivalent. It will raise
exceptions in order.
All unit tests pass in Python 2 and 3.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
F401 'kgb.ops.SpyOpRaiseInOrder' imported but unused |
![]() |