teil15 Aufräumarbeiten.
This commit is contained in:
1
teil15/.gitignore
vendored
1
teil15/.gitignore
vendored
@@ -1,3 +1,2 @@
|
||||
./__pycache__
|
||||
*.log
|
||||
./network/__pycache__/*
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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()
|
||||
|
Reference in New Issue
Block a user