Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. =================================== FAILURES ===================================
  2. ________________________ test_MutableSetProxy.test_pop _________________________
  3.  
  4. self = <t.unit.test_locals.test_MutableSetProxy object at 0x000000000313b7f8>
  5.  
  6. def test_pop(self, *, s):
  7. > assert s.pop() == 1
  8. E assert 7 == 1
  9. E + where 7 = <bound method MutableSetRole.pop of {1, 2, 3, 4, 5, 6}>()
  10. E + where <bound method MutableSetRole.pop of {1, 2, 3, 4, 5, 6}> = {1, 2, 3, 4, 5, 6}.pop
  11.  
  12.  
  13. t/unit/test_locals.py:538: AssertionError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement