Hi ๐
Welcome to another video tutorial on how to write parametrized tests in Python using pytest.
If you want to follow along, hereโs the code that Iโve tested in the video.
Hi ๐
In this article I will show you how to test your Python projects with Tox.
Introduction
#
Tox is a tool for automating testing in Python, their vision is to standardize the testing process. It can be used to easily test your project using multiple Python interpreters and run various commands.