Login
From:
Anže’s Blog
(Uncensored)
subscribe
Disable network requests when running Pytest | Anže’s Blog
https://blog.pecar.me/disable-network-requets-when-running-pytest
links
backlinks
Tagged with:
python
Roast topics
Find topics
Find it!
Even though my team has been diligent with mocking external requests, a few web requests still managed to slip through after a few months of cranking out new features. We only noticed them when our tests started to fail. 🫣