aki_prj23_transparenzregister/tests/ui/company_stats_dash_test.py
Philipp Horstenkamp e4a57c9136
Chore/rework workflow (#52)
* Reworked the lint action
* Removed the file change requirement
* Repaired mypy
* Repaired pip-audit
2023-08-17 22:05:12 +02:00

8 lines
260 B
Python

"""Test the compy stats dash file."""
from aki_prj23_transparenzregister.ui import company_stats_dash
def test_company_stats_dash_import() -> None:
"""Since there is no single method to test the import is tested instead."""
assert company_stats_dash