Delete some unwanted tests; delay import for tempmon session
view config can now depend on rattail config, and tests don't like that... but they didn't really do anything that useful anyway i think
This commit is contained in:
parent
d9f6a7201e
commit
f2b5e2302a
3 changed files with 3 additions and 26 deletions
|
@ -1,11 +0,0 @@
|
|||
|
||||
from . import TestCase
|
||||
|
||||
|
||||
class RootTests(TestCase):
|
||||
"""
|
||||
Test root module.
|
||||
"""
|
||||
|
||||
def test_includeme(self):
|
||||
self.config.include('tailbone')
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
from . import TestCase
|
||||
|
||||
|
||||
class ViewTests(TestCase):
|
||||
"""
|
||||
Test root views module.
|
||||
"""
|
||||
|
||||
def test_includeme(self):
|
||||
self.config.include('tailbone.views')
|
Loading…
Add table
Add a link
Reference in a new issue