pytest and fixtures
Unit tests are important part of the software development. In python those can be approached from different angles and using different libraries. Here I want to show everything I wish I knew before I started working with pytest library, fixtures and parametrization. Fixtures Fixtures are pieces of code that are used to set up a […]
Read more