sideshow/tests/web/test_static.py

11 lines
215 B
Python
Raw Permalink Normal View History

# -*- coding: utf-8; -*-
from sideshow.testing import WebTestCase
from sideshow.web import static as mod
class TestIncludeme(WebTestCase):
def test_coverage(self):
mod.includeme(self.pyramid_config)