From 0c0c5868c945d0cdfcbb31b9733ef2a7105d8cb4 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 4 Jun 2021 01:57:10 +0530 Subject: added dev dependencies and scripts --- Pipfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 63a1647..29fcf0c 100644 --- a/Pipfile +++ b/Pipfile @@ -4,6 +4,8 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] +pytest = "*" +pytest-codecov = "*" [packages] flask = "*" @@ -12,7 +14,10 @@ flask-wtf = "*" email-validator = "*" flask-bcrypt = "*" flask-login = "*" -pytest = "*" [requires] python_version = "3.8" + +[scripts] +tests = "python -m pytest" +tests-codecov = "python -m pytest --cov=./ --cov-report=xml" \ No newline at end of file -- cgit v1.2.3