Error Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 329, in run testMethod() File "/home/user/PycharmProjects/agensdb/test_case.py", line 56, in test_CreateWithBindWholeProp (Json({'name': 'ktlee', 'from': 'Korea', 'klout': 17}),)) ProgrammingError: syntax error at or near "'{"from": "Korea", "name": "ktlee", "klout": 17}'" LINE 1: CREATE ( :person '{"from": "Korea", "name": "ktlee", "klout"... ^ E... Error Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 320, in run self.setUp() File "/home/user/PycharmProjects/agensdb/test_case.py", line 139, in setUp + "->(:person '{\"name\":\"ktlee\", \"hobbies\":[\"reading\", \"climbing\"], \"age\":null}')") ProgrammingError: syntax error at or near "'{"name":"ktlee", "hobbies":["reading", "climbing"], "age":null}'" LINE 1: ...tnine'})create (c)-[:employee {'no':2}]->(:person '{"name":"... ^ EE Error Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 329, in run testMethod() File "/home/user/PycharmProjects/agensdb/test_case.py", line 163, in test_Return self.cur.execute("RETURN 'be' || ' happy!', 1+1") ProgrammingError: syntax error at or near "||" LINE 1: RETURN 'be' || ' happy!', 1+1 ^ E Error Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 329, in run testMethod() File "/home/user/PycharmProjects/agensdb/test_case.py", line 204, in test_MatchBindJson (Json({'name': 'Emil'}),)) ProgrammingError: syntax error at or near "'{"name": "Emil"}'" LINE 1: match (ee:person '{"name": "Emil"}') return ee ^ Error Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 329, in run testMethod() File "/home/user/PycharmProjects/agensdb/test_case.py", line 199, in test_MatchBindStr ("{\"name\": \"Emil\"}",)) ProgrammingError: syntax error at or near "'{"name": "Emil"}'" LINE 1: match (ee:person '{"name": "Emil"}') return ee ^ Error Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 329, in run testMethod() File "/home/user/PycharmProjects/agensdb/test_case.py", line 181, in test_Where self.cur.execute("match (ee:person) where ee.klout::int = %s return ee", (99,)) ProgrammingError: syntax error at or near "::" LINE 1: match (ee:person) where ee.klout::int = 99 return ee ^ F Failure Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 329, in run testMethod() File "/home/user/PycharmProjects/agensdb/test_case.py", line 190, in test_WhereBind self.assertIsInstance(row, str) File "/usr/lib64/python2.7/unittest/case.py", line 967, in assertIsInstance self.fail(self._formatMessage(msg, standardMsg)) File "/usr/lib64/python2.7/unittest/case.py", line 410, in fail raise self.failureException(msg) AssertionError: u'Emil' is not an instance of EE. ====================================================================== ERROR: test_CreateWithBindWholeProp (test_case.CreateTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/user/PycharmProjects/agensdb/test_case.py", line 56, in test_CreateWithBindWholeProp (Json({'name': 'ktlee', 'from': 'Korea', 'klout': 17}),)) ProgrammingError: syntax error at or near "'{"from": "Korea", "name": "ktlee", "klout": 17}'" LINE 1: CREATE ( :person '{"from": "Korea", "name": "ktlee", "klout"... ^ ====================================================================== ERROR: test_Property (test_case.PropertyTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/user/PycharmProjects/agensdb/test_case.py", line 139, in setUp + "->(:person '{\"name\":\"ktlee\", \"hobbies\":[\"reading\", \"climbing\"], \"age\":null}')") ProgrammingError: syntax error at or near "'{"name":"ktlee", "hobbies":["reading", "climbing"], "age":null}'" LINE 1: ...tnine'})create (c)-[:employee {'no':2}]->(:person '{"name":"... ^ ====================================================================== ERROR: test_Return (test_case.ReturnTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/user/PycharmProjects/agensdb/test_case.py", line 163, in test_Return self.cur.execute("RETURN 'be' || ' happy!', 1+1") ProgrammingError: syntax error at or near "||" LINE 1: RETURN 'be' || ' happy!', 1+1 ^ ====================================================================== ERROR: test_MatchBindJson (test_case.WhereTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/user/PycharmProjects/agensdb/test_case.py", line 204, in test_MatchBindJson (Json({'name': 'Emil'}),)) ProgrammingError: syntax error at or near "'{"name": "Emil"}'" LINE 1: match (ee:person '{"name": "Emil"}') return ee ^ ====================================================================== ERROR: test_MatchBindStr (test_case.WhereTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/user/PycharmProjects/agensdb/test_case.py", line 199, in test_MatchBindStr ("{\"name\": \"Emil\"}",)) ProgrammingError: syntax error at or near "'{"name": "Emil"}'" LINE 1: match (ee:person '{"name": "Emil"}') return ee ^ ====================================================================== ERROR: test_Where (test_case.WhereTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/user/PycharmProjects/agensdb/test_case.py", line 181, in test_Where self.cur.execute("match (ee:person) where ee.klout::int = %s return ee", (99,)) ProgrammingError: syntax error at or near "::" LINE 1: match (ee:person) where ee.klout::int = 99 return ee ^ ====================================================================== FAIL: test_WhereBind (test_case.WhereTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/user/PycharmProjects/agensdb/test_case.py", line 190, in test_WhereBind self.assertIsInstance(row, str) AssertionError: u'Emil' is not an instance of ---------------------------------------------------------------------- Ran 13 tests in 1.294s FAILED (errors=6, failures=1) Process finished with exit code 1