aboutsummaryrefslogtreecommitdiffstats
path: root/testing/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/helper.py')
-rw-r--r--testing/helper.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/helper.py b/testing/helper.py
index 0d7b31a72..88da48c6e 100644
--- a/testing/helper.py
+++ b/testing/helper.py
@@ -39,6 +39,12 @@
from __future__ import print_function
+"""
+testing/helper.py
+
+Some tools that do not fit elsewhere.
+"""
+
import os
import sys
from collections import namedtuple