summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-161-18/+77
* improved handling of base, including at Graph() initNicholas Car2020-04-161-0/+58
* Merge remote-tracking branch 'origin/master' into pr_451_reduxNicholas Car2020-03-2313-7/+285
|\
| * Merge pull request #979 from nicholascar/pr_388_reduxNicholas Car2020-03-232-1/+87
| |\
| | * fix for Py3Nicholas Car2020-03-191-3/+3
| | * Revert "adds cbd() function to Graph() and tests and dependency on black"Nicholas Car2020-03-191-124/+0
| | * added all code from PR 388Nicholas Car2020-03-172-1/+87
| | * adds capability to include reified triples in cdb() extraction, as per spec, ...Nicholas Car2020-03-131-19/+80
| | * adds cbd() function to Graph() and tests and dependency on blackNicholas Car2020-03-131-0/+63
| * | Merge pull request #974 from nicholascar/Issue-920-reduxNatanael Arndt2020-03-161-0/+36
| |\ \
| | * | Issue 920 fixes as per Issue desc, + testNicholas Car2020-03-161-0/+36
| | |/
| * | Merge pull request #649 from tgbugs/masterNicholas Car2020-03-166-4/+121
| |\ \
| | * | n3 test_roundtrip skips updatedTom Gillespie2020-03-122-7/+6
| | * | namespace.py serializers/rdfxml.py stric qnamesTom Gillespie2020-03-124-1/+29
| | * | test added n3 to roundtrip testsTom Gillespie2020-03-123-0/+45
| | * | namespace.py fixed empty qname behavior and testTom Gillespie2020-03-121-0/+4
| | * | namespace.py reset repopulate the trie, and testTom Gillespie2020-03-121-2/+13
| | * | test_namespace.py added test_reset to make sure full length prefixes are wipedTom Gillespie2020-03-121-0/+12
| | * | test_turtle_serialize.py add testsTom Gillespie2020-03-121-0/+3
| | * | tst: added test for the use casesSatrajit Ghosh2020-03-121-0/+15
| | |/
| * | Merge pull request #961 from kempei/patch-1Nicholas Car2020-03-161-0/+4
| |\ \
| | * | add utf-8 header for py2.7Kempei Igarashi2020-03-151-0/+2
| | * | Add 'u' to unicode string for py2.7Kempei Igarashi2020-03-151-2/+2
| | * | Add Unicode strings to testcase of from_n3()/n3()Kempei Igarashi2020-03-121-0/+2
| * | | Merge pull request #971 from white-gecko/feature/removeColonFromTestReportsNicholas Car2020-03-162-2/+2
| |\ \ \
| | * | | Remove colons from test result files. Fix #901.Natanael Arndt2020-03-152-2/+2
| | | |/ | | |/|
| * | | Merge pull request #929 from gordom6/masterNicholas Car2020-03-161-0/+35
| |\ \ \ | | |/ / | |/| |
| | * | Make issue923 test string unicode to also work with python 2.7Natanael Arndt2020-03-151-1/+1
| | * | failing unit test caseMinor Gordon2019-08-131-0/+35
* | | | added collection of string types for string concat, added more testsNicholas Car2020-03-231-5/+11
* | | | passing all add() specific testsNicholas Car2020-03-221-48/+71
* | | | passing all tests using round()Nicholas Car2020-03-201-15/+17
* | | | test suite for add()Nicholas Car2020-03-191-0/+50
|/ / /
* | | Merge pull request #943 from JervenBolleman/federate2019Nicholas Car2020-03-121-0/+136
|\ \ \
| * | | Queries that use the simple service call without a nested select failed to ex...Jerven bolleman2019-12-111-0/+63
| * | | Test did not generate second values clause becuase we hit the limit already.Jerven bolleman2019-12-021-1/+1
| * | | Starting work on binding in existing solutions sets into the federated query ...Jerven bolleman2019-12-021-0/+45
| * | | Improve the test case and the results parsingJerven bolleman2019-12-021-4/+5
| * | | run service querymarqh2019-12-021-0/+27
| | |/ | |/|
* | | Merge pull request #946 from JervenBolleman/issue733Nicholas Car2020-03-121-0/+78
|\ \ \
| * | | #733 adding a test case, which I think matches the reported issue. However I ...Jerven bolleman2019-12-111-0/+78
| |/ /
* | | Merge pull request #962 from nicholascar/masterAshley Sommer2020-03-1211-10/+26
|\ \ \
| * | | added tests for in & out members of a closed namespace (FOAF)Nicholas Car2020-03-061-0/+16
| * | | replace foaf:surname (deprecated) with foaf:familyName in examples and testsNicholas Car2020-03-064-4/+4
| * | | replace foaf:firstName (deprecated) with foaf:givenName in examples and testsNicholas Car2020-03-066-6/+6
| |/ /
* | | Merge pull request #890 from white-gecko/feature/FixBlankLabelInNTriplesParserNicholas Car2020-03-101-0/+2
|\ \ \
| * | | Add roundtrip test for bnode in NTNatanael Arndt2019-01-021-0/+2
| | |/ | |/|
* | | #953 Add support for turning Fraction in to owl:rationalJerven bolleman2020-01-161-0/+15
| |/ |/|
* | Merge pull request #941 from joernhees/fixupSparqlConnectorJörn Hees2019-10-311-3/+2
|\ \
| * | make SPARQLconnector work with DBpediaJoern Hees2019-10-301-3/+2
| |/