This project is a simple shopping cart implementation that allows users to add items, calculate total prices, and more. The functionality is tested using pytest
.
- Add items to the shopping cart
- Calculate total prices
- Apply discounts
- Remove items from the cart
To run this project, you will need:
- Python 3.x
pytest
for running tests
First, clone the repository to your local machine using the following command:
git clone https://github.com/ibrahimqureshae/unit-tests-in-python-with-pytest.git
cd unit-tests-in-python-with-pytest