aboutsummaryrefslogtreecommitdiff
path: root/app/tests/__init__.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-07 13:52:20 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-07 13:52:20 +0530
commit359813517e3382c527125fe673fa89f0fd0742c0 (patch)
tree5010e2427cf0d19e7365e44fac40612375c135c9 /app/tests/__init__.py
parentb752efffe410c9cc9cd53f8c50a5fb9f75069e93 (diff)
added docstrings
Diffstat (limited to 'app/tests/__init__.py')
-rw-r--r--app/tests/__init__.py4
1 files changed, 4 insertions, 0 deletions
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