summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix initBindings handling. Fixes #294initbindings-fixGunnar Aastrand Grimnes2015-11-281-11/+97
* SPARQL can now compare xsd:date type as well, fixes #532Joern Hees2015-10-241-0/+52
* fixed issue #381Pierre-Antoine Champin2015-09-281-0/+119
* specified Path.__lt__() to allow ordering Path objects in py3, fixes #492Joern Hees2015-09-231-1/+1
* test for #492Joern Hees2015-09-231-0/+21
* renamed test for issue 523 to match other filenamesJoern Hees2015-09-231-0/+0
* py3 unicode/bytestring buggerJoern Hees2015-09-231-1/+1
* test for #523Joern Hees2015-09-231-0/+17
* close file handles we open in testsJoern Hees2015-08-274-70/+81
* dropped test for md5_term_hash as it's deprecatedJoern Hees2015-08-271-8/+0
* replaced deprecated failUnless with assertTrue in testJoern Hees2015-08-271-9/+9
* test changed to use _node_from_result instead of CastToTermJoern Hees2015-08-271-4/+3
* added failing test for narrow python builds, closes #456Joern Hees2015-08-111-0/+14
* Merge pull request #496 from RDFLib/fix_canonicalizationJörn Hees2015-08-101-4/+105
|\
| * Fixed bnode collision bug.Jim McCusker2015-08-091-0/+2
| * test for #494 (canonicalization sometimes collapses BNodes)Joern Hees2015-07-131-4/+103
* | fixed broken tests for util.from_n3()Joern Hees2015-07-271-6/+7
|/
* don't use assertIn; not supported in py2.6Drew Perttula2015-03-311-4/+4
* serialize bnode graph ids in trig correctlyDrew Perttula2015-03-311-16/+17
* fix string types for py3Drew Perttula2015-03-311-4/+4
* trig serializer corrections to graph label outputDrew Perttula2015-03-291-0/+20
* trig serializer wasn't including a @prefix line for the first graph's prefixDrew Perttula2015-03-291-0/+15
* Merge pull request #473 from joernhees/graphtoolJörn Hees2015-03-181-0/+92
|\
| * make external_graph_libs tests optional (only run if ext lib is installed)Joern Hees2015-03-181-0/+92
* | set PYTHONPATH to make rdfpipe tests use the right rdflib versionJoern Hees2015-03-181-2/+7
|/
* run two fuseki servers with different default graph behaviorsJoern Hees2015-03-042-21/+45
* updated test comments & added fuseki config parameter unionDefaultGraph=trueJoern Hees2015-03-011-4/+17
* install and run Fuseki, enable sparqlupdate testsGraham Higgins2015-02-262-2/+2
* added further test for #457 using a local sparql storeJoern Hees2015-02-251-7/+19
* made test for #457 py3 compatibleJoern Hees2015-02-251-1/+2
* SPARQLStore does not transform Literal('') into Literal('None') anymore, fixe...Joern Hees2015-02-241-0/+13
* Merge pull request #441 from jimmccusker/canonicalizationJörn Hees2014-12-111-0/+151
|\
| * added benchmark and related instrumentationJim McCusker2014-11-181-4/+9
| * First pass at a traces implementation, not full pruning yetJim McCusker2014-11-151-0/+146
* | Correctly handle \u in Notation 3 files.Rory McCann2014-09-131-0/+16
|/
* tst: add py2.6 support for isInstance check.Nolan Nichols2014-07-111-1/+14
* tst: drop assertIsInstance check as not in py 2.6Nolan Nichols2014-07-101-3/+1
* tst: check that the file parsedNolan Nichols2014-07-101-3/+2
* tst: issue379 allow hash with @base directiveNolan Nichols2014-07-101-0/+46
* really fix broken mdata testGunnar Aastrand Grimnes2014-07-101-2/+2
* Merge pull request #402 from bcogrel/sparqlstore-graph-awarenessGunnar Aastrand Grimnes2014-07-102-27/+74
|\
| * The dataset default graph is now the default graph of the SPARQL endpointBenjamin Cogrel2014-06-121-18/+30
| * Basic graph awareness for the SPARQLStore (default graph treated as a named g...Benjamin Cogrel2014-06-121-11/+36
| * SPARQLStore.contexts() can now find empty named graphsBenjamin Cogrel2014-06-121-0/+10
* | fixed broken mdata testGunnar Aastrand Grimnes2014-07-101-1/+1
|/
* More stringent test for injection of GRAPH blocksUrs Holzer2014-06-091-8/+56
* Testcase for literals containing unbalanced bracesBenjamin Cogrel2014-06-081-3/+24
* GRAPH keyword is now added automatically when updating named graphs with a SP...Benjamin Cogrel2014-05-191-0/+34
* failing test for TSV result parsingGerhard Weis2014-05-051-0/+20
* fixing accidental test run due to nameJoern Hees2014-05-031-0/+2