summaryrefslogtreecommitdiff
path: root/test/test_namespace
Commit message (Expand)AuthorAgeFilesLines
* test: Eliminate flake8 errors in tests (#2353)Iwan Aucamp2023-04-141-4/+4
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-121-2/+2
* fix: restore the 6.1.1 default bound namespaces (#2313)Iwan Aucamp2023-03-261-5/+91
* fix: reference to global inside `get_target_namespace_elements` (#2311)Iwan Aucamp2023-03-251-0/+15
* fix: change the prefix for `https://schema.org/` back to `schema` (#2312)Iwan Aucamp2023-03-251-0/+400
* fix: correctly handle resources with multiple comments in defined_namespace_c...Han Kruiger2023-03-141-0/+49
* test: convert `test/test_namespace/test_namespace.py` to pytest (#2060)Iwan Aucamp2022-07-291-5/+3
* More type hints for `rdflib.graph` and related (#1853)Iwan Aucamp2022-05-261-1/+1
* test: fix `None` comparisons (#1963)Iwan Aucamp2022-05-211-4/+4
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-192-3/+3
* test: remove unused imports in test codeIwan Aucamp2022-05-172-2/+0
* re-re-blackedGraham Higgins2022-04-271-1/+0
* fix muffed mergeGraham Higgins2022-04-271-14/+0
* Raise exception if prefix not bound, expand exception message, add test of ob...Graham Higgins2022-04-271-4/+40
* Fix handling of blank CURIE reference and references with multiple colonsIwan Aucamp2022-04-261-37/+40
* "principle of least surprise" - return result as URIRef, not strGraham Higgins2022-04-261-4/+7
* re-black and adjust testGraham Higgins2022-04-251-13/+16
* changes in response to reviewGraham Higgins2022-04-251-20/+21
* hazard a guess at type hintingGraham Higgins2022-04-251-1/+1
* attend to test docstring accuracyGraham Higgins2022-04-251-1/+1
* resolve issue1869, add a method to expand qname to URIGraham Higgins2022-04-251-0/+37
* fix: DefinedNamespace: fixed handling of control attributes.Iwan Aucamp2022-04-181-0/+239
* Merge remote-tracking branch 'upstream/master' into test-reorgIwan Aucamp2022-04-173-6/+7
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-152-3/+2
* | test re-orgGraham Higgins2022-04-162-2/+197
|/
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-141-4/+22
* Add tests for computing qname on invalid URIsIwan Aucamp2022-04-051-0/+16
* Convert namespace tests to pytestIwan Aucamp2022-04-051-78/+71
* more test re-orgGraham Higgins2022-04-023-0/+383