Rebranded to Tailbone.
This commit is contained in:
parent
47944767dc
commit
40efd8a3bc
111 changed files with 188 additions and 209 deletions
|
@ -2,7 +2,7 @@
|
|||
from mock import Mock
|
||||
|
||||
from .. import TestCase
|
||||
from rattail.pyramid.forms import simpleform
|
||||
from tailbone.forms import simpleform
|
||||
|
||||
|
||||
class FormRendererTests(TestCase):
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
import datetime
|
||||
|
||||
from . import TestCase
|
||||
from rattail.pyramid import helpers
|
||||
from tailbone import helpers
|
||||
|
||||
|
||||
class HelpersTests(TestCase):
|
||||
|
|
|
@ -8,4 +8,4 @@ class RootTests(TestCase):
|
|||
"""
|
||||
|
||||
def test_includeme(self):
|
||||
self.config.include('rattail.pyramid')
|
||||
self.config.include('tailbone')
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
from mock import Mock
|
||||
|
||||
from . import TestCase
|
||||
from rattail.pyramid import subscribers
|
||||
from tailbone import subscribers
|
||||
|
||||
|
||||
class SubscribersTests(TestCase):
|
||||
|
|
|
@ -8,4 +8,4 @@ class ViewTests(TestCase):
|
|||
"""
|
||||
|
||||
def test_includeme(self):
|
||||
self.config.include('rattail.pyramid.views')
|
||||
self.config.include('tailbone.views')
|
||||
|
|
|
@ -3,7 +3,7 @@ from mock import Mock
|
|||
from pyramid import testing
|
||||
|
||||
from .. import TestCase, mock_query
|
||||
from rattail.pyramid.views import autocomplete
|
||||
from tailbone.views import autocomplete
|
||||
|
||||
|
||||
class BareAutocompleteViewTests(TestCase):
|
||||
|
|
|
@ -3,7 +3,7 @@ from mock import Mock
|
|||
from pyramid import testing
|
||||
|
||||
from .. import TestCase, mock_query
|
||||
from rattail.pyramid.views import departments
|
||||
from tailbone.views import departments
|
||||
|
||||
|
||||
class DepartmentsGridTests(TestCase):
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
|
||||
from rattail.pyramid.views import reports
|
||||
from tailbone.views import reports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue