Pytests Unit Testcase for Biking Endorphines
Introduction
So my first initial change for Parameterizing test-cases was a bit of failure - you can check this Parameterized Django Testcases At Biking Endorphines
Let's change that :)
Prerequisites - How to use Pytests
1. Install pytests with pip :
pip install pytest
2. Import Pytest in your file containing tests:
import pytest …