summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test boolean list serialization in TurtleBenjamin Cogrel2014-04-271-3/+29
* test-case for #382Joern Hees2014-04-211-0/+18
* Revert "removed md5_term_hash, fixes #240" for PATCH releaseJoern Hees2014-04-111-0/+9
* Fix local microdata parsing in Python3 as wellDan Scott2014-04-022-5/+101
* Support rdfpipe local file access for RDFa parserDan Scott2014-04-021-0/+111
* whitespace gardeningGunnar Aastrand Grimnes2014-03-041-23/+22
* removed md5_term_hash, fixes #240Gunnar Aastrand Grimnes2014-03-041-9/+0
* if reading from source returns bytes do utf-8 decodingGerhard Weis2014-03-041-2/+1
* reactivate exception test for broken rdfxml #363Jörn Hees2014-03-031-2/+1
* fixed unit test - fixes #363 again :)Gunnar Aastrand Grimnes2014-03-031-1/+1
* Skip broken test, added test for parseTypeCollectionGunnar Aastrand Grimnes2014-03-031-4/+24
* Merge remote-tracking branch 'upstream'Joern Hees2014-03-031-0/+26
|\
| * Raise exception for repeat node-object in rdf/xml parser. Test + fixes #363Gunnar Aastrand Grimnes2014-03-021-0/+26
* | code cleanup (move imports and SkipTest exceptions to top)Joern Hees2014-03-031-12/+12
* | raise the SkipTest exception, fixes #364Joern Hees2014-03-031-1/+1
|/
* Skip SPARQLStore test if SPARQLWrapper is not installedDan Scott2014-02-271-0/+6
* Check if Literal.value is minidom.Document instead of parsing as XMLNiklas Lindström2014-02-231-3/+8
* Use rdf:parseType="Literal" notation for well-formed XMLLiterals in PrettyXML...Niklas Lindström2014-02-231-2/+17
* Additional use of truediv overloading on URIRef and Path to support future di...Niklas Lindström2014-02-111-0/+9