Docu ergänzt und Python aktualisiert

This commit is contained in:
2023-02-06 15:29:12 +01:00
parent 91a3fbfcba
commit 46584930f6
2 changed files with 58 additions and 1 deletions
+3
View File
@@ -234,6 +234,9 @@ class TestObjectMethods(unittest.TestCase):
p.sortStep()
self.assertEqual(p.show(), ([1, 2], [5, 4, 3, 6]))
p.sortStep()
self.assertEqual(p.show(), ([1, 2], [5, 4, 3, 6]))