mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 14:43:54 +02:00
Chore/rework workflow (#52)
* Reworked the lint action * Removed the file change requirement * Repaired mypy * Repaired pip-audit
This commit is contained in:
7
tests/ui/company_stats_dash_test.py
Normal file
7
tests/ui/company_stats_dash_test.py
Normal file
@ -0,0 +1,7 @@
|
||||
"""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
|
Reference in New Issue
Block a user