Pycon Australia 2023 - Building a Unit Testing Library Like Pytest from Scratch
Pycon India 2023
PreviousPycon India 2023 - Data Pipelining Bad vs Best PracticesNextBerlin Buzzwords 2023 - Apache Airflow Bad Vs Best Practices
Last updated
Pycon India 2023
Last updated
In this talk, I live coded a simple unit testing library like Pytest from scratch. I explained the internals of Pytest and how it works. I also explained how to write a simple unit test and how to run it using the library we built.