Skip to content

eReuse/teal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages