==============================================================================
+ START SUITE: Tests [ ]
==============================================================================
+- START SUITE: Tests.Testcase [ ]
==============================================================================
+-- START TEST: Get Requests [ ]
------------------------------------------------------------------------------
+--- START KW: RequestsLibrary.Create Session [ google | http://www.google.com ]
Creating session: google
TypeError: type object argument after * must be a sequence, not NoneType
Traceback (most recent call last):
  File "/home/bulkan/src/python/robotframework-requests/src/RequestsLibrary/keywords.py", line 50, in create_session
    auth = requests.auth.HTTPBasicAuth(*auth)
+--- END KW: RequestsLibrary.Create Session (3)
------------------------------------------------------------------------------
+-- END TEST: Get Requests (6)
------------------------------------------------------------------------------
+-- START TEST: Get With Auth [ ]
------------------------------------------------------------------------------
+--- START KW: ${auth} = BuiltIn.Create List [ user | passwd ]
${auth} = [u'user', u'passwd']
+--- END KW: ${auth} = BuiltIn.Create List (1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+--- START KW: RequestsLibrary.Create Session [ httpbin | http://httpbin.org | auth=${auth} ]
Creating session: httpbin
+--- END KW: RequestsLibrary.Create Session (2)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+--- START KW: ${resp} = RequestsLibrary.Get [ httpbin | /basic-auth/user/passwd ]
Starting new HTTP connection (1): httpbin.org
"GET /basic-auth/user/passwd HTTP/1.1" 200 46
${resp} = <Response [200]>
+--- END KW: ${resp} = RequestsLibrary.Get (1060)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+--- START KW: BuiltIn.Should Be Equal As Strings [ ${resp.status_code} | 200 ]
Argument types are:
<type 'int'>
<type 'unicode'>
+--- END KW: BuiltIn.Should Be Equal As Strings (4)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+--- START KW: ${jsondata} = RequestsLibrary.To Json [ ${resp.content} ]
${jsondata} = {u'authenticated': True, u'user': u'user'}
+--- END KW: ${jsondata} = RequestsLibrary.To Json (2)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+--- START KW: BuiltIn.Should Be Equal As Strings [ ${jsondata['authenticated']} | True ]
Argument types are:
<type 'bool'>
<type 'unicode'>
+--- END KW: BuiltIn.Should Be Equal As Strings (2)
------------------------------------------------------------------------------
+-- END TEST: Get With Auth (1083)
------------------------------------------------------------------------------
+-- START TEST: Post Request With No Data [ ]
------------------------------------------------------------------------------
+--- START KW: RequestsLibrary.Create Session [ httpbin | http://httpbin.org ]
Creating session: httpbin
TypeError: type object argument after * must be a sequence, not NoneType
Traceback (most recent call last):
  File "/home/bulkan/src/python/robotframework-requests/src/RequestsLibrary/keywords.py", line 50, in create_session
    auth = requests.auth.HTTPBasicAuth(*auth)
+--- END KW: RequestsLibrary.Create Session (3)
------------------------------------------------------------------------------
+-- END TEST: Post Request With No Data (6)
------------------------------------------------------------------------------
+-- START TEST: Post Request With No Dictionary [ ]
------------------------------------------------------------------------------
+--- START KW: RequestsLibrary.Create Session [ httpbin | http://httpbin.org ]
Creating session: httpbin
TypeError: type object argument after * must be a sequence, not NoneType
Traceback (most recent call last):
  File "/home/bulkan/src/python/robotframework-requests/src/RequestsLibrary/keywords.py", line 50, in create_session
    auth = requests.auth.HTTPBasicAuth(*auth)
+--- END KW: RequestsLibrary.Create Session (2)
------------------------------------------------------------------------------
+-- END TEST: Post Request With No Dictionary (5)
------------------------------------------------------------------------------
+-- START TEST: Post Requests [ ]
------------------------------------------------------------------------------
+--- START KW: RequestsLibrary.Create Session [ httpbin | http://httpbin.org ]
Creating session: httpbin
TypeError: type object argument after * must be a sequence, not NoneType
Traceback (most recent call last):
  File "/home/bulkan/src/python/robotframework-requests/src/RequestsLibrary/keywords.py", line 50, in create_session
    auth = requests.auth.HTTPBasicAuth(*auth)
+--- END KW: RequestsLibrary.Create Session (2)
------------------------------------------------------------------------------
+-- END TEST: Post Requests (6)
------------------------------------------------------------------------------
+-- START TEST: Put Requests [ ]
------------------------------------------------------------------------------
+--- START KW: RequestsLibrary.Create Session [ httpbin | http://httpbin.org ]
Creating session: httpbin
TypeError: type object argument after * must be a sequence, not NoneType
Traceback (most recent call last):
  File "/home/bulkan/src/python/robotframework-requests/src/RequestsLibrary/keywords.py", line 50, in create_session
    auth = requests.auth.HTTPBasicAuth(*auth)
+--- END KW: RequestsLibrary.Create Session (2)
------------------------------------------------------------------------------
+-- END TEST: Put Requests (5)
------------------------------------------------------------------------------
+-- START TEST: Head Request [ ]
------------------------------------------------------------------------------
+--- START KW: RequestsLibrary.Create Session [ httpbin | http://httpbin.org ]
Creating session: httpbin
TypeError: type object argument after * must be a sequence, not NoneType
Traceback (most recent call last):
  File "/home/bulkan/src/python/robotframework-requests/src/RequestsLibrary/keywords.py", line 50, in create_session
    auth = requests.auth.HTTPBasicAuth(*auth)
+--- END KW: RequestsLibrary.Create Session (2)
------------------------------------------------------------------------------
+-- END TEST: Head Request (5)
------------------------------------------------------------------------------
+-- START TEST: Delete Request With No Data [ ]
------------------------------------------------------------------------------
+--- START KW: RequestsLibrary.Create Session [ httpbin | http://httpbin.org ]
Creating session: httpbin
TypeError: type object argument after * must be a sequence, not NoneType
Traceback (most recent call last):
  File "/home/bulkan/src/python/robotframework-requests/src/RequestsLibrary/keywords.py", line 50, in create_session
    auth = requests.auth.HTTPBasicAuth(*auth)
+--- END KW: RequestsLibrary.Create Session (3)
------------------------------------------------------------------------------
+-- END TEST: Delete Request With No Data (5)
------------------------------------------------------------------------------
+-- START TEST: Delete Request With Data [ ]
------------------------------------------------------------------------------
+--- START KW: RequestsLibrary.Create Session [ httpbin | http://httpbin.org ]
Creating session: httpbin
TypeError: type object argument after * must be a sequence, not NoneType
Traceback (most recent call last):
  File "/home/bulkan/src/python/robotframework-requests/src/RequestsLibrary/keywords.py", line 50, in create_session
    auth = requests.auth.HTTPBasicAuth(*auth)
+--- END KW: RequestsLibrary.Create Session (3)
------------------------------------------------------------------------------
+-- END TEST: Delete Request With Data (5)
------------------------------------------------------------------------------
+-- START TEARDOWN: RequestsLibrary.Delete All Sessions [ ]
+-- END TEARDOWN: RequestsLibrary.Delete All Sessions (1)
==============================================================================
+- END SUITE: Tests.Testcase (1249)
==============================================================================
+ END SUITE: Tests (1322)
==============================================================================
