aboutsummaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2019-10-25 16:31:23 +0200
committerGravatar GitHub <[email protected]>2019-10-25 16:31:23 +0200
commit66d93ecd9dcb306602c9299203f1de8908140a52 (patch)
tree1c6d940fa7144698d948d79f1ee25b5eb697f580 /tests/__init__.py
parentApply suggestions from review, and add correct webhook ID. (diff)
parentMerge pull request #466 from Akarys42/reminder-up (diff)
Merge branch 'master' into reddit-makeover
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index e69de29bb..2228110ad 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -0,0 +1,5 @@
+import logging
+
+
+log = logging.getLogger()
+log.setLevel(logging.CRITICAL)