Clency Christine
software dev at bunifu capital
An enthusiastic python developer eager to learn and teach others.
Abstract
Using Python to Automate API Testing in Open Source Projects
Open source API projects move fast, and manual testing rarely keeps up. This talk walks through a minimal but effective Python testing setup using pytest and httpx to automatically test API endpoints, covering happy paths, error responses, and edge cases. You'll leave with a pattern you can drop into any open source project immediately, whether you're a maintainer or a first-time contributor looking to add value beyond code.