summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* made query res pprinter into a serializerGunnar Aastrand Grimnes2013-05-091-4/+2
* made plain literals have their lexical representation as value. Cleaned up li...Gunnar Aastrand Grimnes2013-05-081-0/+13
* but but but - i am sure I ran the tests!Gunnar Aastrand Grimnes2013-05-081-1/+1
* mimetype for trix, dont double-test parsers/serializers registered twice - re...gromgull2013-05-082-7/+7
* Merge pull request #277 from uholzer/register_with_mimetypeGunnar Aastrand Grimnes2013-05-082-1/+2
|\
| * Fixing tests wrt. multiply registered parsers and serializersUrs Holzer2013-05-072-1/+2
* | NTriples: Newline in final line is optionalUrs Holzer2013-05-071-1/+0
|/
* cleanup - move stuff from rdfextras to sensible packages - entry_points for c...Gunnar Aastrand Grimnes2013-05-031-40/+4
* keep order of projected variables and expressions - fixes https://github.com/...Gunnar Aastrand Grimnes2013-05-033-19/+32
* moved paths from sparql package to top-level - make slicing return tuples, no...Gunnar Aastrand Grimnes2013-05-021-1/+1
* simplified slice syntax for graph/resources. Fixes https://code.google.com/p/...Gunnar Aastrand Grimnes2013-05-021-96/+4
* Merge branch 'master' into sliceGunnar Aastrand Grimnes2013-05-022710-1547/+60207
|\
| * fixed tests and sparql unicode for py3. Fixes #270Gunnar Aastrand Grimnes2013-05-011-1/+1
| * added some rdflib specific sparql tests, including a unicode test for #270Gunnar Aastrand Grimnes2013-05-015-0/+57
| * removed last traces of sqliteGunnar Aastrand Grimnes2013-05-011-41/+0
| * fix tests for travis, py2.5Gunnar Aastrand Grimnes2013-05-011-0/+5
| * fix test for query generatorsGunnar Aastrand Grimnes2013-04-301-4/+2
| * made dawg sparql tests use new queryresultGunnar Aastrand Grimnes2013-04-291-20/+15
| * fix tests when no bsddb available, fix py3 testsGunnar Aastrand Grimnes2013-04-261-2/+2
| * fix for trig serializer with triples in wrong graph. Fixes #262.Gunnar Aastrand Grimnes2013-04-261-1/+20
| * sparql corner case testsGunnar Aastrand Grimnes2013-04-261-0/+19
| * bsbm tests moved to rdflib-benchmarks;Gunnar Aastrand Grimnes2013-04-2374-95653/+0
| * integrated xml/html literal code into normal literal classGunnar Aastrand Grimnes2013-03-281-0/+82
| * reset flags after test for sparql testsGunnar Aastrand Grimnes2013-03-281-8/+24
| * minor cleanup - some docstringsGunnar Aastrand Grimnes2013-03-281-9/+9
| * Add some storage conveniencesGraham Higgins2013-03-2111-203/+625
| * Immigrate rdflib-sparql (plus some prefiguring changes)Graham Higgins2013-03-212722-0/+153902
| * Merge branch 'master' of github.com:RDFLib/rdflib into rdf11Graham Higgins2013-03-202-11/+17
| |\
| | * Clean up for a couple of testsGraham Higgins2013-03-202-14/+19
| * | Merge branch 'master' of github.com:RDFLib/rdflib into rdf11Graham Higgins2013-03-2012-95/+166
| |\ \ | | |/
| | * test fix for py3gromgull2013-03-111-1/+3
| | * test fix for py3gromgull2013-03-111-1/+2
| | * fixed trig bug with repeat triples in various graphsgromgull2013-03-111-2/+15
| | * reenabled and fixed testgromgull2013-03-111-37/+1
| | * better tests for base support in n3/turtle. Fixes #248.gromgull2013-03-111-29/+70
| | * skip test 130 for nowGunnar Aastrand Grimnes2013-03-081-0/+1
| | * property function for bi-directional python object <->literal lexical form bi...gromgull2013-03-051-1/+41
| | * merged from mastergromgull2013-03-046-43/+297
| | |\
| | | * test for #237 double literal corruptionDrew Perttula2013-02-141-1/+7
| | * | reworking literal __eq__ and added eq, rich comparison methods are still randomGunnar Aastrand Grimnes2012-11-227-26/+29
| * | | Unskip RDF1.1 test failures, for info.Graham Higgins2013-02-091-7/+8
| * | | Small fixes and cleanupGraham Higgins2013-02-092-33/+62
| | |/ | |/|
| * | Add test for issue 250. Add fix.Graham Higgins2013-01-261-42/+78
| * | fix py3-incompat in test code.Graham Higgins2013-01-261-2/+2
| * | Add test for issue 248, GCraph.serialize() + base kwargGraham Higgins2013-01-231-0/+130
| * | skip under py3 until a py3-compat version of html5lib is released.Graham Higgins2013-01-111-0/+2
| * | Add test and fix for issue #247Graham Higgins2013-01-101-0/+48
| * | Fix py3-incompatible test code that causes PY3 test failure.Graham Higgins2012-12-291-1/+1
| * | Ensure that parse in ConjunctiveGraph uses a URIRef as graph identifierNiklas Lindström2012-12-231-0/+32
| |/
| * Skip test of now-deprecated Statement class.Graham Higgins2012-11-061-1/+1