Remove last references to 'edbob' package
This commit is contained in:
parent
9b50067bd7
commit
b157b79938
18 changed files with 126 additions and 72 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
[app:main]
|
||||
edbob.config = %(here)s/tailbone.conf
|
||||
rattail.config = %(__file__)s
|
||||
|
||||
[rattail.db]
|
||||
keys = default, store
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from __future__ import unicode_literals
|
||||
from __future__ import unicode_literals, absolute_import
|
||||
|
||||
import os
|
||||
from unittest import TestCase
|
||||
|
@ -28,7 +28,7 @@ class TestRattailConfig(TestCase):
|
|||
# error raised if path not provided
|
||||
self.assertRaises(ConfigurationError, app.make_rattail_config, {})
|
||||
# get a config object if path provided
|
||||
result = app.make_rattail_config({'edbob.config': self.config_path})
|
||||
result = app.make_rattail_config({'rattail.config': self.config_path})
|
||||
self.assertTrue(isinstance(result, RattailConfig))
|
||||
|
||||
def test_settings_arg_may_override_config_and_engines(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue