tailbone/tests/test_views.py
2013-07-22 19:22:18 -07:00

12 lines
181 B
Python

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