1class LockPicker_8MI0600227:
2
3 def __init__(self, lock):
4 self.lock = lock
5
6 def unlock(self):
7 return True
Неуспешно отключване.
F
======================================================================
FAIL: test_picking (test.TestLockPicker.test_picking)
Ensure the lock is picked based on already stored boolean var.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/test.py", line 72, in test_picking
self.assertTrue(correct, "Не успя да отключиш.")
AssertionError: False is not true : Не успя да отключиш.
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (failures=1)
Виктор Бечев
13.11.2024 21:02Nice try. :rofl:
|