An open API service indexing awesome lists of open source software.

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

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)