Python Unit vs. Functional Testing: Understanding the Difference + Practical Example

Published: 19 May 2023
on channel: Pybites
1,409
26

In this video, we explore the difference between unit and functional testing, using the Git Stats project, hosted on our PyBites Open Source org.

Unit testing involves testing individual components in isolation, such as functions or class modules, while functional testing focuses on testing the functionality of the system as a whole and how different components interact.

We demonstrate running both unit tests and functional tests on our Git Stats project, showcasing the significant speed difference between the two.

To effectively organize and run tests, we recommend using separate folders (packages) for unit and functional tests, allowing developers to easily isolate and execute specific sets of tests (e.g. using pytest -k).

We hope this video helps you distinguish better between these two types of testing and gives you an idea how you can structure your code better. As unit testing often involves mocking, we can do a follow up video on that, or anything you want a deep dive on. Just comment below ...

Links:
Git Stats project: https://github.com/PyBites-Open-Sourc...
Pybites open source: https://github.com/PyBites-Open-Source
pytest profiling test execution duration: https://docs.pytest.org/en/latest/how...

---
Learn more about Pybites / what we do: https://pybit.es

Get our weekly developer / mindset emails: https://pybit.es/friends/

Join our Slack community: https://pybit.es/community/

And last but not least, we appreciate any feedback to make our YouTube content better 💡
https://form.jotform.com/230941798741062 🙏


On this page of the site you can watch the video online Python Unit vs. Functional Testing: Understanding the Difference + Practical Example with a duration of hours minute second in good quality, which was uploaded by the user Pybites 19 May 2023, share the link with friends and acquaintances, this video has already been watched 1,409 times on youtube and it was liked by 26 viewers. Enjoy your viewing!