Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =================================== FAILURES ===================================
- _________________ MemoryMgmtTest.test_ioctlfunction_collection _________________
- self = <tests.memory_mgmt_test.MemoryMgmtTest testMethod=test_ioctlfunction_collection>
- def test_ioctlfunction_collection(self):
- > self.check_callback(pycurl.IOCTLFUNCTION)
- tests/memory_mgmt_test.py:239:
- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
- tests/memory_mgmt_test.py:261: in check_callback
- self.assertEqual(new_object_count, object_count)
- E AssertionError: 38179 != 38180
- _______________ MemoryMgmtTest.test_progressfunction_collection ________________
- self = <tests.memory_mgmt_test.MemoryMgmtTest testMethod=test_progressfunction_collection>
- def test_progressfunction_collection(self):
- > self.check_callback(pycurl.PROGRESSFUNCTION)
- tests/memory_mgmt_test.py:233:
- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
- tests/memory_mgmt_test.py:261: in check_callback
- self.assertEqual(new_object_count, object_count)
- E AssertionError: 38261 != 38260
- _________________ MemoryMgmtTest.test_seekfunction_collection __________________
- self = <tests.memory_mgmt_test.MemoryMgmtTest testMethod=test_seekfunction_collection>
- def test_seekfunction_collection(self):
- > self.check_callback(pycurl.SEEKFUNCTION)
- tests/memory_mgmt_test.py:245:
- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
- tests/memory_mgmt_test.py:261: in check_callback
- self.assertEqual(new_object_count, object_count)
- E AssertionError: 38322 != 38321
- _________________ MemoryMgmtTest.test_writefunction_collection _________________
- self = <tests.memory_mgmt_test.MemoryMgmtTest testMethod=test_writefunction_collection>
- def test_writefunction_collection(self):
- > self.check_callback(pycurl.WRITEFUNCTION)
- tests/memory_mgmt_test.py:224:
- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
- tests/memory_mgmt_test.py:261: in check_callback
- self.assertEqual(new_object_count, object_count)
- E AssertionError: 38373 != 38372
- ____________ MultiMemoryMgmtTest.test_opensocketfunction_collection ____________
- self = <tests.multi_memory_mgmt_test.MultiMemoryMgmtTest testMethod=test_opensocketfunction_collection>
- def test_opensocketfunction_collection(self):
- > self.check_callback(pycurl.M_SOCKETFUNCTION)
- tests/multi_memory_mgmt_test.py:13:
- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
- tests/multi_memory_mgmt_test.py:35: in check_callback
- self.assertEqual(new_object_count, object_count)
- E AssertionError: 38405 != 38404
- =============================== warnings summary ===============================
- tests/setopt_lifecycle_test.py::TestString
- cannot collect test class 'TestString' because it has a __new__ constructor
- -- Docs: http://doc.pytest.org/en/latest/warnings.html
Advertisement
Add Comment
Please, Sign In to add comment