summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1074 from hsolbrig/masterNicholas Car2021-07-1520-90/+147
|\
| * Namespace can be used as strEdmond Chuc2021-07-151-1/+1
| * Fix testsEdmond Chuc2021-07-151-5/+4
| * Fix namespace test to handle exception during test for ClosedNamespace behaviourEdmond Chuc2021-07-141-3/+4
| * Fix some importsEdmond Chuc2021-07-141-3/+4
| * Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-142880-11/+44465
| |\
| * | Update test for the new DefinedNamespace namespaces. Remove sh:example in tes...Edmond Chuc2021-07-081-4/+4
| * | Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-08127-567/+4006
| |\ \
| * | | Fix typoEdmond Chuc2021-07-081-1/+1
| * | | Change warn from DeclaredNamespace -> DefinedNamespace.Edmond Chuc2021-07-081-1/+1
| * | | Fix test test_closed_namespaceEdmond Chuc2021-07-081-2/+2
| * | | Found that pesky missing Namespace bug.hsolbrig2020-05-261-2/+0
| * | | Fix more travis issues and problems.hsolbrig2020-05-264-6/+8
| * | | Refactor - module names don't match class nameshsolbrig2020-05-268-31/+45
| * | | Change to absolute imports to attempt to fix a Travis issuehsolbrig2020-05-261-10/+10
| * | | Migration from ClosedNamespace to DeclaredNamespacehsolbrig2020-05-2616-58/+96
* | | | Add tests for xsd:tokenEdmond Chuc2021-07-141-0/+35
| |_|/ |/| |
* | | Add unit tests for issue #1294 with @expectedFailureIwan Aucamp2021-07-133-1/+118
* | | Merge pull request #1354 from RDFLib/json_ld_11Nicholas Car2021-07-122872-0/+44142
|\ \ \
| * | | monkey-patch N3 parser in jsonld test-runner only when required, and unpatch ...Ashley Sommer2021-07-091-4/+15
| * | | Skip some roundtrip tests involving JSON-LDAshley Sommer2021-07-091-0/+9
| * | | remove bad doctest declarations that are no longer required, were causing sub...Ashley Sommer2021-07-091-0/+2
| * | | some tests magically fixed themselves, remove them from known_bugsAshley Sommer2021-07-092-14/+6
| * | | change directory back to cwd after running jsonld testsAshley Sommer2021-07-093-38/+49
| * | | Investigated some more json-ld test failuresAshley Sommer2021-07-082-2/+7
| * | | Merge remote-tracking branch 'origin/master' into json_ld_11Ashley Sommer2021-07-071-0/+14
| |\ \ \ | | | |/ | | |/|
| * | | integrate jsonld code into rdflib coreAshley Sommer2021-07-072870-0/+44112
* | | | Merge pull request #1213 from kernc/ClosedNamespace_extends_strNicholas Car2021-07-121-2/+85
|\ \ \ \
| * \ \ \ Merge pull request #1 from iafork/iauc-ClosedNamespace_extends_strkernc2021-07-081-1/+70
| |\ \ \ \
| | * | | | Fix infinite recursion when __repr__ is calledIwan Aucamp2021-07-081-1/+70
| * | | | | Revert change to testKernc2021-07-081-1/+1
| |/ / / /
| * | | | Add tests from PR https://github.com/RDFLib/rdflib/pull/597Edmond Chuc2021-07-071-1/+12
| * | | | Merge remote-tracking branch 'origin/master' into ClosedNamespace_extends_strEdmond Chuc2021-07-0688-330/+3002
| |\ \ \ \ | | |/ / /
| * | | | Minor refactor/restlye for Py3.6+Kernc2020-12-171-1/+1
| * | | | ENH: Make ClosedNamespace extend str like Namespace doesKernc2020-12-141-1/+4
* | | | | Merge pull request #1348 from iafork/iwana-issue919-testsNicholas Car2021-07-122-2/+92
|\ \ \ \ \
| * | | | | Add unit test for #919 and more type hints for sparqlconnector and sparqlstoreIwan Aucamp2021-07-072-2/+92
| | |_|/ / | |/| | |
* | | | | Master supports python 3.7 and above. Change Dockerfile base image to 3.7SwebEdmond Chuc2021-07-091-1/+1
* | | | | Merge branch 'master' into SwebEdmond Chuc2021-07-09127-591/+4017
|\ \ \ \ \ | |/ / / /
| * | | | Add Dockerfile VOLUME instruction. Add RUN statement to create /rdflib direct...Edmond Chuc2021-07-071-0/+2
| * | | | Move tests Dockerfile image to the test directory. Rename docker-compose.yml ...Edmond Chuc2021-07-071-0/+12
| | |/ / | |/| |
| * | | Merge pull request #1154 from FlorianLudwig/support_date_typeNicholas Car2021-07-031-0/+36
| |\ \ \
| | * | | reformat edited files using blackFlorian Ludwig2020-10-231-2/+2
| | * | | support day, nonth and year function for dateFlorian Ludwig2020-10-231-0/+36
| | |/ /
| * | | Merge pull request #1343 from iafork/iwana-issue549Nicholas Car2021-07-031-0/+42
| |\ \ \
| | * | | Prevent `from_n3` from unescaping `\xhh`Iwan Aucamp2021-06-261-0/+42
| * | | | Merge remote-tracking branch 'origin/docco_clean' into docco_cleanNicholas Car2021-07-031-0/+114
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into docco_cleanNicholas Car2021-07-021-0/+114
| | |\ \ \ \
| | | * \ \ \ Merge branch 'master' into BerkeleyDBNicholas Car2021-07-0251-239/+2204
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' of https://github.com/RDFLib/rdflib into berkeleydbNicholas Car2021-06-2813-70/+446
| | | |\ \ \ \ \