Guest User

Untitled

a guest
Mar 18th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. =================================== FAILURES ===================================
  2. _________________ MemoryMgmtTest.test_ioctlfunction_collection _________________
  3.  
  4. self = <tests.memory_mgmt_test.MemoryMgmtTest testMethod=test_ioctlfunction_collection>
  5.  
  6. def test_ioctlfunction_collection(self):
  7. > self.check_callback(pycurl.IOCTLFUNCTION)
  8.  
  9. tests/memory_mgmt_test.py:239:
  10. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  11. tests/memory_mgmt_test.py:261: in check_callback
  12. self.assertEqual(new_object_count, object_count)
  13. E AssertionError: 38179 != 38180
  14. _______________ MemoryMgmtTest.test_progressfunction_collection ________________
  15.  
  16. self = <tests.memory_mgmt_test.MemoryMgmtTest testMethod=test_progressfunction_collection>
  17.  
  18. def test_progressfunction_collection(self):
  19. > self.check_callback(pycurl.PROGRESSFUNCTION)
  20.  
  21. tests/memory_mgmt_test.py:233:
  22. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  23. tests/memory_mgmt_test.py:261: in check_callback
  24. self.assertEqual(new_object_count, object_count)
  25. E AssertionError: 38261 != 38260
  26. _________________ MemoryMgmtTest.test_seekfunction_collection __________________
  27.  
  28. self = <tests.memory_mgmt_test.MemoryMgmtTest testMethod=test_seekfunction_collection>
  29.  
  30. def test_seekfunction_collection(self):
  31. > self.check_callback(pycurl.SEEKFUNCTION)
  32.  
  33. tests/memory_mgmt_test.py:245:
  34. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  35. tests/memory_mgmt_test.py:261: in check_callback
  36. self.assertEqual(new_object_count, object_count)
  37. E AssertionError: 38322 != 38321
  38. _________________ MemoryMgmtTest.test_writefunction_collection _________________
  39.  
  40. self = <tests.memory_mgmt_test.MemoryMgmtTest testMethod=test_writefunction_collection>
  41.  
  42. def test_writefunction_collection(self):
  43. > self.check_callback(pycurl.WRITEFUNCTION)
  44.  
  45. tests/memory_mgmt_test.py:224:
  46. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  47. tests/memory_mgmt_test.py:261: in check_callback
  48. self.assertEqual(new_object_count, object_count)
  49. E AssertionError: 38373 != 38372
  50. ____________ MultiMemoryMgmtTest.test_opensocketfunction_collection ____________
  51.  
  52. self = <tests.multi_memory_mgmt_test.MultiMemoryMgmtTest testMethod=test_opensocketfunction_collection>
  53.  
  54. def test_opensocketfunction_collection(self):
  55. > self.check_callback(pycurl.M_SOCKETFUNCTION)
  56.  
  57. tests/multi_memory_mgmt_test.py:13:
  58. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  59. tests/multi_memory_mgmt_test.py:35: in check_callback
  60. self.assertEqual(new_object_count, object_count)
  61. E AssertionError: 38405 != 38404
  62. =============================== warnings summary ===============================
  63. tests/setopt_lifecycle_test.py::TestString
  64. cannot collect test class 'TestString' because it has a __new__ constructor
  65.  
  66. -- Docs: http://doc.pytest.org/en/latest/warnings.html
Advertisement
Add Comment
Please, Sign In to add comment