Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 621 Bytes

File metadata and controls

28 lines (20 loc) · 621 Bytes

Teal

teal-logo

(An intent of an) opinionated RESTful Flask for big applications.

In development...

Logo and some icons made by Freepik from Flaticon, licensed by CC 3.0 BY.

How to run tests

# clone repository
git clone git@github.com:eReuse/teal.git

# prepare venv & install dependencies
export ENV_NAME='env'
python3 -m venv $ENV_NAME
source $ENV_NAME/bin/activate
pip install wheel pytest==3.7.2
pip install -r tests/requirements.txt

# run it
pytest --maxfail=5 tests/