You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bazarr/libs/tld/tests/test_registry.py

15 lines
399 B

import unittest
__author__ = "Artur Barseghyan"
__copyright__ = "2013-2021 Artur Barseghyan"
__license__ = "MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-or-later"
__all__ = ("TestRegistry",)
class TestRegistry(unittest.TestCase):
"""Test registry."""
def test_import_from_registry(self):
"""Test import from deprecated `valuta.registry` module."""
from ..registry import Registry