From 2507333ebb85a335ed368d81f2942029a7c595b6 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Sun, 30 Sep 2018 02:23:54 -0500 Subject: [PATCH] setup coverage --- .gitignore | 3 ++- README.md | 2 +- requirements.txt | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6b189b8..a0d1fb8 100755 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ db.sqlite3 venv .idea __pycache__ -*.pyc \ No newline at end of file +*.pyc +.coverage \ No newline at end of file diff --git a/README.md b/README.md index 559dca1..91e354b 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - SQLAlchemy - alembic - camelCase API -- py.test +- py.test (with coverage) ## Usage Install requirements diff --git a/requirements.txt b/requirements.txt index 5debdf6..d57df78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,9 @@ alembic==1.0.0 atomicwrites==1.2.1 attrs==18.2.0 +coverage==4.5.1 gunicorn==19.9.0 +invoke==1.2.0 Mako==1.0.7 MarkupSafe==1.0 molten==0.5.1 @@ -11,6 +13,7 @@ pluggy==0.7.1 psycopg2==2.7.5 py==1.6.0 pytest==3.8.1 +pytest-cov==2.6.0 python-dateutil==2.7.3 python-editor==1.0.3 six==1.11.0