init
This commit is contained in:
7
backend/tests/fixtures/mini_repo/anzeige.py
vendored
Normal file
7
backend/tests/fixtures/mini_repo/anzeige.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Mini-Fixture: Ausgabe."""
|
||||
from rechner import addiere
|
||||
|
||||
|
||||
def zeige(a, b):
|
||||
"""Formatiert die Summe."""
|
||||
return f"Ergebnis: {addiere(a, b)}"
|
||||
Reference in New Issue
Block a user