diff --git a/addons/cetmix_tower_webhook/tests/__init__.py b/addons/cetmix_tower_webhook/tests/__init__.py new file mode 100644 index 0000000..bf6fd5f --- /dev/null +++ b/addons/cetmix_tower_webhook/tests/__init__.py @@ -0,0 +1,7 @@ +# Copyright (C) 2025 Cetmix OÜ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import test_cx_tower_webhook_authenticator +from . import test_cx_tower_webhook_log +from . import test_cx_tower_webhook +from . import test_webhook_controller