From ad3677ba03880180873f27ac18ba841b81b2db14 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 16 Jun 2023 16:43:59 +0700 Subject: Add web_notify addons --- web_notify/tests/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 web_notify/tests/__init__.py (limited to 'web_notify/tests/__init__.py') diff --git a/web_notify/tests/__init__.py b/web_notify/tests/__init__.py new file mode 100644 index 0000000..f759b96 --- /dev/null +++ b/web_notify/tests/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from . import test_res_users -- cgit v1.2.3