Skip to content

abdulg/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Shopping Cart Application

Installation

Clone the repo then create a virtual environment, activate it and install dependencies:

git clone git@github.com:abdulg/shopping-cart.git
cd shopping-cart
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Run the tests

Run all the tests:

pytest

Run just the AC tests

pytest -k __ac

Add a -v flag to see verbose output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages