auth_signup/tests/__init__.py

7 lines
196 B
Python
Raw Permalink Normal View History

2024-05-03 12:44:03 +03:00
# -*- coding: utf-8 -*-
2024-05-21 15:09:15 +03:00
# Part of Talisman . See LICENSE file for full copyright and licensing details.
2024-05-03 12:44:03 +03:00
from . import test_login
from . import test_reset_password
from . import test_auth_signup