https://github.com/gakurualex/felipe_taqueria
CS50's Introduction to Programming with Python, Exception Problem Set 3 , Felipe's Taqueria
https://github.com/gakurualex/felipe_taqueria
capsys cs50 monkeypatch pytest python3 try-except
Last synced: about 1 month ago
JSON representation
CS50's Introduction to Programming with Python, Exception Problem Set 3 , Felipe's Taqueria
- Host: GitHub
- URL: https://github.com/gakurualex/felipe_taqueria
- Owner: GakuruAlex
- Created: 2024-12-03T12:59:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T09:13:06.000Z (5 months ago)
- Last Synced: 2025-02-03T09:18:10.700Z (3 months ago)
- Topics: capsys, cs50, monkeypatch, pytest, python3, try-except
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Felipe's Taqueria #
CS50's Introduction to Programming with Python Problem Set 3 on Exceptions
# Prerequisite #
clone this repo```bash
git clone [email protected]:GakuruAlex/felipe_taqueria.git
```change directory to felipe_taqueria
```bash
cd felipe_taqueria
```Create a virtualenv
```bash
python3 -m venv myenvname
```Activate virtualenv
```bash
source myenvname/bin/activate
```Install requirements
```bash
pip install -r requirements.txt
```# Usage #
## Run program ##
```bash
python3 felipe_taqueria.py
```## Run tests ##
```bash
pytest -v
```# Author #
[Alex Gakuru](https://github.com/GakuruAlex)