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

Error with tests on 0.78 #101

Open
Nabellaleen opened this issue Jun 25, 2018 · 0 comments
Open

Error with tests on 0.78 #101

Nabellaleen opened this issue Jun 25, 2018 · 0 comments

Comments

@Nabellaleen
Copy link
Contributor

======================================================================
ERROR: test_ends_with_semicolon (test_web.CookieTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/florian/projects/bepatient/mobi/sources/itools/test/test_web.py", line 157, in test_ends_with_semicolon
    expected = {'language': Cookie('en')}
TypeError: __init__() takes at least 3 arguments (2 given)

======================================================================
ERROR: test_example1 (test_web.CookieTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/florian/projects/bepatient/mobi/sources/itools/test/test_web.py", line 101, in test_example1
    expires='Wednesday, 09-Nov-99 23:12:40 GMT')}
TypeError: __init__() takes at least 3 arguments (4 given)

======================================================================
ERROR: test_garbage (test_web.CookieTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/florian/projects/bepatient/mobi/sources/itools/test/test_web.py", line 163, in test_garbage
    expected = {'a': Cookie('1'), 'b': Cookie('2')}
TypeError: __init__() takes at least 3 arguments (2 given)

======================================================================
ERROR: test_google (test_web.CookieTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/florian/projects/bepatient/mobi/sources/itools/test/test_web.py", line 135, in test_google
    '__utma': Cookie('148580960.1549592533.1131137049.1200608996.1200962259.202'),
TypeError: __init__() takes at least 3 arguments (2 given)

======================================================================
ERROR: test_last_is_empty (test_web.CookieTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/florian/projects/bepatient/mobi/sources/itools/test/test_web.py", line 151, in test_last_is_empty
    expected = {'areyourcookiesenabled': Cookie('')}
TypeError: __init__() takes at least 3 arguments (2 given)

======================================================================
ERROR: test_set_cookie_decode_encode_decode (test_web.CookieTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/florian/projects/bepatient/mobi/sources/itools/test/test_web.py", line 78, in test_set_cookie_decode_encode_decode
    b = SetCookieDataType.decode(a)
  File "/home/florian/.local/share/virtualenvs/mobi/lib/python2.7/site-packages/itools/datatypes/base.py", line 45, in decode
    raise NotImplementedError
NotImplementedError

----------------------------------------------------------------------
Ran 410 tests in 0.376s

FAILED (errors=6)
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