This is the code for my video tutorial for getting started with Pytest.
pip install pytest
pytest
pytest test_shopping_cart.py
pytest test_shopping_cart.py::test_can_get_total_price
This is the code for my video tutorial for getting started with Pytest.
pip install pytest
pytest
pytest test_shopping_cart.py
pytest test_shopping_cart.py::test_can_get_total_price