Add hack to fix some tests.
This commit is contained in:
parent
d3f65452b6
commit
62784390b0
|
@ -12,6 +12,9 @@ class TestCase(unittest.TestCase):
|
|||
|
||||
def setUp(self):
|
||||
self.config = testing.setUp()
|
||||
# TODO: this probably shouldn't (need to) be here
|
||||
self.config.add_directive('add_tailbone_permission_group', 'tailbone.auth.add_permission_group')
|
||||
self.config.add_directive('add_tailbone_permission', 'tailbone.auth.add_permission')
|
||||
|
||||
def tearDown(self):
|
||||
testing.tearDown()
|
||||
|
|
Loading…
Reference in a new issue