Coverage for tld/tests/test_registry.py: 100%
8 statements
« prev ^ index » next coverage.py v7.4.4, created at 2024-05-27 05:40 +0000
« prev ^ index » next coverage.py v7.4.4, created at 2024-05-27 05:40 +0000
1import unittest
3__author__ = "Artur Barseghyan"
4__copyright__ = "2013-2023 Artur Barseghyan"
5__license__ = "MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-or-later"
6__all__ = ("TestRegistry",)
9class TestRegistry(unittest.TestCase):
10 """Test registry."""
12 def test_import_from_registry(self):
13 """Test import from deprecated `valuta.registry` module."""
14 from ..registry import Registry # noqa