
Adding fixtures and parameterized functions to PyTest
As we discussed in our post on getting started with Pytest, the framework allows us to re-use tests by making use of test fixtures and parameterized functions. In this post, we will learn how to do so. We will build on our simple calculator example that we discussed in the...