Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fail #27

Open
mgorny opened this issue May 17, 2017 · 0 comments
Open

Tests fail #27

mgorny opened this issue May 17, 2017 · 0 comments

Comments

@mgorny
Copy link

mgorny commented May 17, 2017

I suppose something has changed on the service…

py27 runtests: commands[0] | python embedly/tests.py
...FF..FF..........
======================================================================
FAIL: test_get_services_retrieves_data_and_builds_regex (__main__.EmbedlyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "embedly/tests.py", line 233, in test_get_services_retrieves_data_and_builds_regex
    self.assertTrue(client.regex.match('http://yfrog.com/h22eu4j'))
AssertionError: None is not true

======================================================================
FAIL: test_multi_errors (__main__.EmbedlyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "embedly/tests.py", line 164, in test_multi_errors
    self.assertEqual(objs[1]['type'], 'error')
AssertionError: u'link' != u'error'
- link
+ error


======================================================================
FAIL: test_provider (__main__.EmbedlyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "embedly/tests.py", line 117, in test_provider
    self.assertEqual(obj['provider_url'], 'http://www.scribd.com/')
AssertionError: u'https://www.scribd.com/' != u'http://www.scribd.com/'
- https://www.scribd.com/
?     -
+ http://www.scribd.com/


======================================================================
FAIL: test_providers (__main__.EmbedlyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "embedly/tests.py", line 134, in test_providers
    self.assertEqual(objs[0]['provider_url'], 'http://www.scribd.com/')
AssertionError: u'https://www.scribd.com/' != u'http://www.scribd.com/'
- https://www.scribd.com/
?     -
+ http://www.scribd.com/


----------------------------------------------------------------------
Ran 19 tests in 4.021s

FAILED (failures=4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant