aboutsummaryrefslogtreecommitdiffstats
path: root/servo/tests/__init__.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-11-02 21:25:02 +0200
committerFilipp Lepalaan <filipp@mac.com>2016-11-02 21:25:02 +0200
commit31ad3792ab44c7a1f3c66f54488b5e716c23990a (patch)
tree4372c5d0e9600b658e740d764faffef8a4d7b3e3 /servo/tests/__init__.py
parentda1014421d0fffa146a6ee581a9c522c84b8c1fe (diff)
downloadServo-31ad3792ab44c7a1f3c66f54488b5e716c23990a.tar.gz
Servo-31ad3792ab44c7a1f3c66f54488b5e716c23990a.tar.bz2
Servo-31ad3792ab44c7a1f3c66f54488b5e716c23990a.zip
Test fixes
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']