fix: expose new order batch handler choice in orders/configure

This commit is contained in:
Lance Edgar 2025-01-13 13:03:20 -06:00
parent f4fdba1bbb
commit ac753a62f8
5 changed files with 50 additions and 5 deletions

View file

@ -42,6 +42,8 @@ class TestOrderView(WebTestCase):
def test_create(self):
self.pyramid_config.include('sideshow.web.views')
self.config.setdefault('wutta.batch.neworder.handler.spec',
'sideshow.batch.neworder:NewOrderBatchHandler')
model = self.app.model
enum = self.app.enum
view = self.make_view()