12 lines
169 B
Python
12 lines
169 B
Python
|
|
from . import TestCase
|
|
|
|
|
|
class RootTests(TestCase):
|
|
"""
|
|
Test root module.
|
|
"""
|
|
|
|
def test_includeme(self):
|
|
self.config.include('rattail.pyramid')
|