Skip to content

Commit

Permalink
Add reset methods on the Mocker class type.
Browse files Browse the repository at this point in the history
  • Loading branch information
zozoens31 authored and jamielennox committed Feb 10, 2022
1 parent 180e653 commit 34f840f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requests_mock/mocker.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class MockerCore:
def called_once(self) -> bool: ...
@property
def call_count(self) -> int: ...
def reset(self) -> None: ...
def reset_mock(self) -> None: ...
def register_uri(
self,
method: Union[str, AnyMatcher],
Expand Down

0 comments on commit 34f840f

Please sign in to comment.