Unittest soll vorher ausgeben dass er läuft

This commit is contained in:
2026-02-02 11:50:35 +01:00
parent 246692b4e6
commit 18d4f62d24
2 changed files with 13 additions and 3 deletions
+4
View File
@@ -4,6 +4,10 @@ Erstellt Icons für verschiedene Sprachen basierend auf dxfCs.png.
"""
import flags
print("="*70)
print("Test Suite: Flags create")
print("="*70)
# Generiere alle Flaggen-Icons
icons = []
icons.append(flags.add_flag(flags.flag_en, "dxfen"))