Open gibsramen opened 6 months ago
The section on mocking specific sessions shows incorrect output of the code.
I believe the output should be:
requests.get before session mock: global session.get before session mock: global Within session mock: global Within session mock: session After session mock: global After session mock: global
Happy to submit a PR for this.
The section on mocking specific sessions shows incorrect output of the code.
I believe the output should be:
Happy to submit a PR for this.