summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* blacked all python filesNicholas Car2020-05-16111-2012/+2631
* removal of all uses of package sixNicholas Car2020-05-1631-162/+97
* Support SERVICE case-insensitivelyDonny Winston2020-05-061-0/+15
* Merge branch 'master' into 357-batch-add-graphNatanael Arndt2020-05-027-4/+472
|\
| * Add test for Content-Type: application/sparql-updateNatanael Arndt2020-05-021-1/+77
| * Fix for python 2.7Natanael Arndt2020-04-171-2/+2
| * TEST: Stress test exponent regexChris Markiewicz2020-04-171-1/+21
| * Add test for exponent floats with leading dotNatanael Arndt2020-04-171-0/+25
| * Merge pull request #1005 from RDFLib/issue_1003Nicholas Car2020-04-171-0/+117
| |\
| | * Let argument of serialize method overwrite graph settingsNatanael Arndt2020-04-171-7/+7
| | * 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
| * | Fix unit tests for python2Boris Pelakh2020-04-141-1/+2
| * | Unit test.Boris Pelakh2020-04-141-0/+39
| * | Readd one of the blank linesNatanael Arndt2020-04-061-4/+5
| * | Removed extra white space linesarushi0192020-04-061-2/+0
| * | Change to allow for Python 2.7 in _parseBoolean testarushi0192020-04-061-2/+2
| * | Rectified import error in last commitarushi0192020-04-061-1/+1
| * | Added tests for _parseBoolean functionarushi0192020-04-061-1/+25
| |/
| * 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
| * | | 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
| | |/ | |/|
* | | Replacing use of generic mocks in BatchAddGraph testMark Watts2020-03-211-17/+9
* | | Adding support for batching calls to addNMark Watts2020-03-201-15/+36
* | | Passing testsMark Watts2020-03-202-42/+56
* | | Adding stubs for BatchAddGraph unit testsMark Watts2020-03-161-0/+38
* | | Adding a wrapper for batching add() calls to a GraphMark Watts2020-03-161-0/+24
| |/ |/|
* | 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