feat: add concept of (non-)default importers for handler
i.e. when telling handler to "import all" which should be included vs. excluded by default?
This commit is contained in:
parent
ae282ab468
commit
d7d0768a9c
7 changed files with 148 additions and 15 deletions
|
|
@ -85,6 +85,9 @@ class TestEmailSettings(ImportExportWarningTestCase):
|
|||
|
||||
return config
|
||||
|
||||
def test_export_to_wutta_from_wutta_warning(self):
|
||||
self.do_test_preview("export_to_wutta_from_wutta_warning")
|
||||
|
||||
def test_import_to_versions_from_wutta_warning(self):
|
||||
self.do_test_preview("import_to_versions_from_wutta_warning")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue