Browse Source

teil15 Aufräumarbeiten.

develop
Raspithek 2 years ago
parent
commit
a2369f3863
  1. 1
      teil15/.gitignore
  2. BIN
      teil15/network/__pycache__/__init__.cpython-39.pyc
  3. BIN
      teil15/network/__pycache__/const.cpython-39.pyc
  4. BIN
      testing/__pycache__/fib.cpython-39.pyc
  5. 2
      testing/unittestfib.py

1
teil15/.gitignore

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

BIN
teil15/network/__pycache__/__init__.cpython-39.pyc

Binary file not shown.

BIN
teil15/network/__pycache__/const.cpython-39.pyc

Binary file not shown.

BIN
testing/__pycache__/fib.cpython-39.pyc

Binary file not shown.

2
testing/unittestfib.py

@ -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()

Loading…
Cancel
Save