This repository contains my solutions to the Florin Pop's App Ideas Collection written in Python, using the Test Driven Development approach and reproduced in the terminal.
- Clone this repository
- Install the requirements:
pip install -r requirements.txt
- Run the app you want:
python apps/<app_name>/main.py
pytest --cov=apps
pytest --cov=apps --cov-report html