mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-24 15:32:35 +02:00
9 lines
197 B
Python
9 lines
197 B
Python
"""Tests for the sql entities."""
|
|
|
|
from aki_prj23_transparenzregister.utils.sql import entities
|
|
|
|
|
|
def test_import() -> None: #
|
|
"""Tests if the entities can be imported."""
|
|
assert entities
|