comparison tests/unit/test_plugin_xep_0082.py @ 4071:4b842c1fb686

refactoring: renamed `sat` package to `libervia.backend`
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 11:49:51 +0200
parents cecf45416403
children
comparison
equal deleted inserted replaced
4070:d10748475025 4071:4b842c1fb686
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 from datetime import date, datetime, time, timezone 19 from datetime import date, datetime, time, timezone
20 20
21 import pytest 21 import pytest
22 from sat.core import exceptions 22 from libervia.backend.core import exceptions
23 23
24 from sat.plugins.plugin_xep_0082 import XEP_0082 24 from libervia.backend.plugins.plugin_xep_0082 import XEP_0082
25 25
26 26
27 __all__ = [ # pylint: disable=unused-variable 27 __all__ = [ # pylint: disable=unused-variable
28 "test_date_formatting", 28 "test_date_formatting",
29 "test_date_parsing", 29 "test_date_parsing",