summaryrefslogtreecommitdiff
path: root/test/jsonld
Commit message (Expand)AuthorAgeFilesLines
* test: Eliminate flake8 errors in tests (#2353)Iwan Aucamp2023-04-143-14/+1
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-125-7/+12
* fix: Add `to_dict` method to the JSON-LD `Context` class. (#2310)Iwan Aucamp2023-03-251-0/+51
* fix: JSON-LD context construction from a `dict` (#2306)Iwan Aucamp2023-03-241-0/+21
* test: add `webtest` marker to tests that use the internet (#2295)Iwan Aucamp2023-03-211-0/+4
* fix: small InputSource related issues (#2255)Iwan Aucamp2023-03-111-0/+4
* fix: don't modify base when processing context inputsHarold Solbrig2022-12-246-2/+25
* test: fix `None` comparisons (#1963)Iwan Aucamp2022-05-211-1/+1
* Convert `test/jsonld/test_util.py` to pytest (#1961)Iwan Aucamp2022-05-211-83/+68
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-191-2/+2
* Replace rdlib.net and rdflib.net with rdflib.github.io (#1901)Graham Higgins2022-05-191-1/+1
* test: remove unused imports in test codeIwan Aucamp2022-05-174-5/+2
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-1510-23/+27
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-144-26/+63
* Merge branch 'master' into jsonld_connegNicholas Car2021-12-293-6/+11
|\
| * Fix typing errors in testsIwan Aucamp2021-12-283-4/+7
* | Merge branch 'master' into jsonld_connegNicholas Car2021-12-015-0/+127
|\ \ | |/
| * Merge pull request #1486 from RDFLib/new_json_ld_file_endingNicholas Car2021-12-013-0/+45
| |\
| | * guess_format() cater for JSON-LD files ending .json-ldnicholascar2021-12-013-0/+45
| * | Merge pull request #1463 from joshmoore/python-graphNicholas Car2021-12-011-0/+76
| |\ \
| | * \ Merge remote-tracking branch 'origin/master' into python-graphjmoore2021-11-266-131/+209
| | |\ \ | | | |/
| | * | Run flake8jmoore2021-11-231-1/+1
| | * | Run blackjmoore2021-11-231-4/+2
| | * | Add equivalency test using isomorphicjmoore2021-11-231-6/+9
| | * | Remove use of pytestjmoore2021-11-151-1/+0
| | * | RFC: Add PythonInputSource to create py-based graphsjmoore2021-11-151-0/+76
| * | | Make the test pass on windowsIwan Aucamp2021-11-241-0/+6
| | |/ | |/|
* | | Adapt for pytest and add back import of os in rdflib/parser.pyIwan Aucamp2021-11-281-23/+3
* | | Update test/jsonld/test_onedotone.pyNicholas Car2021-11-211-1/+1
* | | Update test/jsonld/test_onedotone.pyNicholas Car2021-11-211-1/+1
* | | Update test/jsonld/runner.pyNicholas Car2021-11-211-1/+1
* | | Merge branch 'master' into jsonld_connegNicholas Car2021-11-216-109/+207
|\ \ \ | |/ /
| * | Merge pull request #1456 from newinnovations/masterNicholas Car2021-11-211-0/+89
| |\ \
| | * | Add two additional tests for `norm_url`Iwan Aucamp2021-11-061-0/+10
| | * | Add tests for norm_url.Iwan Aucamp2021-10-291-0/+79
| | |/
| * | Migrate from nosetest to pytestIwan Aucamp2021-10-245-131/+120
| |/
* | Allow URLInputSource to get content-negotiation links from the Link headers o...Ashley Sommer2021-10-122-23/+77
|/
* blacked everything6.0.0Nicholas Car2021-07-203-20/+61
* monkey-patch N3 parser in jsonld test-runner only when required, and unpatch ...Ashley Sommer2021-07-091-4/+15
* 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
* integrate jsonld code into rdflib coreAshley Sommer2021-07-072870-0/+44112