You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
...Traceback (most recent call last): File "/Users/ronnie/Development/ContactSergeant/gdata-python-client/tests/atom_tests/mock_http_test.py", line 49, in testRecordResponse...
In that file where the error occurs, two line above where de error occurs, line 47, there is a GET request to an url that apparently is not working. Broken URL
FAIL: testRecordResponse (atom_tests.mock_http_test.MockHttpClientUnitTest)
Traceback (most recent call last):
File "/home/titovanton/gdata-python-client/tests/atom_tests/mock_http_test.py", line 49, in testRecordResponse
self.assertEquals(live_response.status, 200)
AssertionError: 404 != 200
Ran 3 tests in 0.879s
FAILED (failures=1)
Traceback (most recent call last):
File "tests/run_data_tests.py", line 57, in
RunAllTests()
File "tests/run_data_tests.py", line 54, in RunAllTests
test_runner.RunAllTests()
File "/home/titovanton/gdata-python-client/tests/module_test_runner.py", line 58, in RunAllTests
raise Exception('Tests failed!')
Exception: Tests failed!
The text was updated successfully, but these errors were encountered: