Advertisement
tati_alchueyr

SPARQL Wrapper r177 test suite result running on Python 2.7

Aug 7th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.72 KB | None | 0 0
  1. $ python --version
  2. Python 2.7.3
  3.  
  4. $ svn log --limit 1
  5. ------------------------------------------------------------------------
  6. r177 | wikier | 2013-04-03 09:16:29 -0300 (Wed, 03 Apr 2013) | 1 line
  7.  
  8. applied the custom parameters for all formats
  9. ------------------------------------------------------------------------
  10.  
  11. $ PYTHONPATH=src/SPARQLWrapper:$PYTHONPATH python test/tests.py
  12. F...F.........F..
  13. ======================================================================
  14. FAIL: testConstructByGETinJSON (__main__.SPARQLWrapperTests)
  15. ----------------------------------------------------------------------
  16. Traceback (most recent call last):
  17.   File "test/tests.py", line 197, in testConstructByGETinJSON
  18.     assert True in [one in ct for one in _RDF_POSSIBLE], ct
  19. AssertionError: application/sparql-results+json
  20.  
  21. ======================================================================
  22. FAIL: testConstructByPOSTinJSON (__main__.SPARQLWrapperTests)
  23. ----------------------------------------------------------------------
  24. Traceback (most recent call last):
  25.   File "test/tests.py", line 204, in testConstructByPOSTinJSON
  26.     assert True in [one in ct for one in _RDF_POSSIBLE], ct
  27. AssertionError: text/html; charset=UTF-8
  28.  
  29. ======================================================================
  30. FAIL: testSelectByPOSTinN3 (__main__.SPARQLWrapperTests)
  31. ----------------------------------------------------------------------
  32. Traceback (most recent call last):
  33.   File "test/tests.py", line 135, in testSelectByPOSTinN3
  34.     self.assertTrue(True in [one in ct for one in _SPARQL_XML])
  35. AssertionError: False is not true
  36.  
  37. ----------------------------------------------------------------------
  38. Ran 17 tests in 12.307s
  39.  
  40. FAILED (failures=3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement