summaryrefslogtreecommitdiff
path: root/test/jsonld/runner.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-121-3/+3
| | | | | | | | Disable [`implicit_reexport`](https://mypy.readthedocs.io/en/stable/config_file.html#confval-implicit_reexport) and eliminate all errors reported by mypy after this. This helps ensure that import statements import from the right module and that the `__all__` variable is correct.
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-191-2/+2
| | | | for more information, see https://pre-commit.ci
* test: remove unused imports in test codeIwan Aucamp2022-05-171-1/+0
| | | | | | | | | | This patch removes unused imports in test code. This is mainly to remove the potential snag for flake8/flakeheaven. The actual cleanup was done with `pycln --all test`. Also: - Remove superflous `pass` statements.
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-4/+5
| | | | for more information, see https://pre-commit.ci
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-141-7/+24
| | | | for more information, see https://pre-commit.ci
* Update test/jsonld/runner.pyNicholas Car2021-11-211-1/+1
| | | Co-authored-by: Christian Clauss <cclauss@me.com>
* Allow URLInputSource to get content-negotiation links from the Link headers ↵Ashley Sommer2021-10-121-18/+68
| | | | | | of HTTP responses. Use Links to resolve schema.org-style json-ld conneg redirections. Fix the ability to run the `remote-url` arm of the JSON-LD test suite (got most of them working!)
* blacked everything6.0.0Nicholas Car2021-07-201-2/+0
|
* monkey-patch N3 parser in jsonld test-runner only when required, and unpatch ↵Ashley Sommer2021-07-091-4/+15
| | | | it when done
* integrate jsonld code into rdflib coreAshley Sommer2021-07-071-0/+144