summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* update SPARQLStore test due to Error type changeremove_requestsNicholas Car2020-10-071-1/+1
* fixed SPARQLStore Graph().query() GET, with testsNicholas Car2020-10-061-0/+24
* replace requests with urllib for SPARQLStore/SPARQLUpdateStore, update releva...Nicholas Car2020-10-031-9/+10
* Fix graphFormatGuess test for when one of the expected endpoints are downAshley Sommer2020-09-181-4/+14
* Merge pull request #1061 from Akash-Sharma-1/masterAshley Sommer2020-09-181-0/+219
|\
| * Merge branch 'master' into masterAshley Sommer2020-05-27113-2130/+2826
| |\
| * | Fix for issue #629 - Arithmetic Operations of DateTime for SPARQL QueriesAkash-Sharma-12020-05-231-0/+219
* | | Merge branch 'master' into fix1043Ashley Sommer2020-09-18124-2261/+3384
|\ \ \
| * | | Change test_issue_1141 to use data=file rather than BytesIO.Ashley Sommer2020-09-181-5/+20
| * | | Fix test for issue1141 after the PR was merged.Ashley Sommer2020-09-181-5/+19
| * | | Merge pull request #1142 from Tpt/#1141Ashley Sommer2020-09-181-0/+27
| |\ \ \
| | * | | Adds a unit test to ensure #1141 is properly fixedTpt2020-08-141-0/+27
| * | | | Merge pull request #1163 from anatoly-scherbakov/issue-1160-missing-url-fragmentNicholas Car2020-09-172-0/+57
| |\ \ \ \
| | * | | | #1160 removed .defrag() and added a testAnatoly Scherbakov2020-09-122-0/+36
| | * | | | #1160 create_input_source() conflicting arguments and a test for themAnatoly Scherbakov2020-09-081-0/+21
| * | | | | remove import side-effectsFlorian Ludwig2020-08-311-2/+5
| |/ / / /
| * | | | Merge pull request #1149 from ashleysommer/t0b3_githubNicholas Car2020-08-2734-171/+156
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-2721-111/+205
| | |\ \ \ \
| | * | | | | 2to3 whole sourcebaset0b32020-06-2235-182/+167
| * | | | | | Merge pull request #1117 from dwinston/fix-csv2rdf-for-py3Nicholas Car2020-08-272-0/+47
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | add test to ensure -o flag successDonny Winston2020-08-051-0/+11
| | * | | | | py35 compatDonny Winston2020-08-051-2/+3
| | * | | | | Merge remote-tracking branch 'upstream/master' into fix-csv2rdf-for-py3Donny Winston2020-08-051-0/+19
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | make csv2rdf work in py3; add testDonny Winston2020-06-122-0/+35
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #1140 from RDFLib/improve_graph_parseAshley Sommer2020-08-2710-12/+102
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into improve_graph_parseimprove_graph_parseNicholas Car2020-08-271-18/+44
| | |\ \ \ \ \
| | * | | | | | improved Graph().parse()Nicholas Car2020-08-1410-12/+102
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #1133 from ashleysommer/in_memory_storeNicholas Car2020-08-2710-81/+40
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Removed IOMemory storeAshley Sommer2020-08-1910-82/+41
| | * | | | | Merge branch 'master' into in_memory_storeAshley Sommer2020-08-191-0/+19
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | New full-featured In-Memory-Store taking advantage of Python3 dict performanceAshley Sommer2020-07-191-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merged two Ntriples parser filesAshley Sommer2020-08-191-18/+44
| | |/ / / | |/| | |
| * | | | Merge pull request #1044 from aayush17002/patch-1Nicholas Car2020-07-301-0/+19
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Updating namespace.py to solve issue #801 #1044aayush170022020-05-261-1/+0
| | * | | Updated test for #801 as per latest commentaayush170022020-05-251-3/+2
| | * | | Handling error in issue #801aayush170022020-05-251-2/+3
| | * | | Updating test file for issue #801aayush170022020-05-251-0/+20
| | * | | Deleting test_issue801aayush170022020-05-251-23/+0
| | * | | Test file for testing issue #801aayush170022020-05-101-0/+23
| * | | | Adding bnode_context option to NT and NQuads parsers (#980)Mark Watts2020-05-314-0/+86
| * | | | Merge pull request #1107 from mwatts15/feature/rdflib/rdflib#980-ntriples-bla...Nicholas Car2020-06-011-0/+67
| |\ \ \ \
| | * | | | Supporting bnode_context for each call to parse (#980)Mark Watts2020-05-311-6/+32
| | * | | | Adding tests for BNode contexts in NTriplesParser (#980)Mark Watts2020-05-311-0/+41
| | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'upstream/master' into autodetect-parse-formatDonny Winston2020-05-26113-2128/+2839
| |\ \ \ \ | | |/ / /
| | * | | blacked test_issue910.py + some hand styling; removed print statementsNicholas Car2020-05-251-50/+47
| | * | | Merge branch 'master' into issue-910Nicholas Car2020-05-25112-2066/+3102
| | |\ \ \
| | | * | | improved Container documentation and code style, added its elements to rdflib...Nicholas Car2020-05-251-30/+24
| | | * | | Merge branch 'master' of https://github.com/kushagr08/rdflibNicholas Car2020-05-251-0/+83
| | | |\ \ \
| | | | * | | adding test_container.py for testing rdflib/container.pyKushagr Arora2020-05-181-0/+83
| | | * | | | blacked all python filesNicholas Car2020-05-16111-2012/+2631