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

12 lines
174 B
Python

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