tailbone/tests/test_root.py
2013-09-01 08:18:37 -07:00

12 lines
162 B
Python

from . import TestCase
class RootTests(TestCase):
"""
Test root module.
"""
def test_includeme(self):
self.config.include('tailbone')