vit0r / clean-architecture-api-restplus-flask

Book sample app for try to be clean arch in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run tests

with TOX

tox

or with pytest

pytest -vv --cov app
pytest -vv --cov apis
pytest -vv --cov core

or

pytest -v

Using pipenv

python3 -m pip install pipenv
cd project-dir
pipenv shell
pipenv lock --pre
pipenv sync

About

Book sample app for try to be clean arch in python


Languages

Language:Python 98.5%Language:Dockerfile 1.1%Language:Shell 0.4%