From 39784951089b825041e574f4f0f3a2e42bbb4e6d Mon Sep 17 00:00:00 2001 From: Alisha Mohanty Date: Jun 28 2019 18:20:56 +0000 Subject: Add pytest as dependency --- diff --git a/requirements/base.txt b/requirements/base.txt index 32375d4..fc62630 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -55,3 +55,7 @@ pyyaml==5.1 # WYSIWYG addition django-ckeditor==5.7.0 +#Testing using pytest +pytest-django==3.5.0 +pytest==4.6.3 +pytest-cov==2.7.1