aboutsummaryrefslogtreecommitdiffstats
path: root/servo/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/tests/__init__.py')
-rw-r--r--servo/tests/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/servo/tests/__init__.py b/servo/tests/__init__.py
index e69de29..50d7153 100644
--- a/servo/tests/__init__.py
+++ b/servo/tests/__init__.py
@@ -0,0 +1,7 @@
+# -*- coding: utf-8 -*-
+"""This is the Servo tests package."""
+
+from test_unit import NoDbTestRunner
+
+
+__all__ = ['NoDbTestRunner']