From 31ad3792ab44c7a1f3c66f54488b5e716c23990a Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 2 Nov 2016 21:25:02 +0200 Subject: Test fixes --- servo/tests/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'servo/tests/__init__.py') 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'] -- cgit v1.2.3