From 359813517e3382c527125fe673fa89f0fd0742c0 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 7 Jun 2021 13:52:20 +0530 Subject: added docstrings --- app/tests/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/tests/__init__.py (limited to 'app/tests/__init__.py') diff --git a/app/tests/__init__.py b/app/tests/__init__.py new file mode 100644 index 0000000..3b0e682 --- /dev/null +++ b/app/tests/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +""" +PyTest Modules for Unit Testing +""" \ No newline at end of file -- cgit v1.2.3