teil15 Aufräumarbeiten.

This commit is contained in:
2023-05-05 09:48:00 +02:00
parent 03beec6a85
commit a2369f3863
5 changed files with 0 additions and 3 deletions

1
teil15/.gitignore vendored
View File

@@ -1,3 +1,2 @@
./__pycache__
*.log
./network/__pycache__/*

View File

@@ -52,8 +52,6 @@ class TestFib(unittest.TestCase):
if isinstance(key, numbers.Number): #Überspringen der Überschriftenzeile
self.assertEqual(result, fib(int(key)))
print(f'Testdatentyp: ${type(data)}')
print(f'Testdaten ${results}')
if __name__ == '__main__':
unittest.main()