mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-24 16:52:34 +02:00
* Reworked the lint action * Removed the file change requirement * Repaired mypy * Repaired pip-audit
8 lines
260 B
Python
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
|