Changed branch names.

This commit is contained in:
Patrick Lehmann
2024-01-13 13:42:14 +01:00
parent 907c0e2239
commit c8c793dd86
6 changed files with 30 additions and 23 deletions

View File

@@ -38,7 +38,7 @@ from pyDummy import Application
if __name__ == "__main__": # pragma: no cover
print("ERROR: you called a testcase declaration file as an executable module.")
print("Use: 'python -m unitest <testcase module>'")
print("Use: 'python -m unittest <testcase module>'")
exit(1)