summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #567 from joernhees/fix_sparql_count_sampleJörn Hees2016-01-301-0/+48
|\
| * SAMPLE may return None if no binding is foundJoern Hees2015-12-291-4/+4
| * made test_issue563 py26 compatiblePierre-Antoine Champin2015-12-231-4/+4
| * fixing issue #563Pierre-Antoine Champin2015-12-231-0/+48
* | Prevent RDFa parser from failing on time elements with child nodesDan Scott2016-01-161-0/+26
|/
* Merge pull request #557 from pchampin/test_auditable_squashedGunnar Aastrand Grimnes2015-11-301-0/+306
|\
| * added test cases for AuditableStorePierre-Antoine Champin2015-11-301-0/+306
* | let paths be comparable against all nodes. Fixes #545Gunnar Aastrand Grimnes2015-11-291-0/+19
* | Merge branch 'closednamedspace-inheritance-fix'Joern Hees2015-11-281-2/+9
|\ \
| * | re-introduces special handling for DCTERMS.title and test for itJoern Hees2015-11-281-2/+9
| |/
* | Merge pull request #555 from RDFLib/initbindings-fixJörn Hees2015-11-281-11/+97
|\ \
| * | Fix initBindings handling. Fixes #294initbindings-fixGunnar Aastrand Grimnes2015-11-281-11/+97
| |/
* | Merge pull request #536 from pchampin/fix-issue-535Jörn Hees2015-11-281-0/+19
|\ \
| * | fixed testPierre-Antoine Champin2015-10-301-3/+4
| * | fixed issue #535Pierre-Antoine Champin2015-10-291-0/+18
| |/
* | test for #546 from_n3 trailing backslashJoern Hees2015-11-221-0/+6
|/
* 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
|/