summaryrefslogtreecommitdiff
path: root/test/utils
Commit message (Expand)AuthorAgeFilesLines
* fix: HTTP 308 Permanent Redirect status code handling (#2389)Iwan Aucamp2023-05-173-4/+44
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-122-9/+3
* fix: restore the 6.1.1 default bound namespaces (#2313)Iwan Aucamp2023-03-261-1/+4
* fix: IRI to URI conversion (#2304)Iwan Aucamp2023-03-232-0/+37
* docs: document avaiable security measures (#2270)Iwan Aucamp2023-03-162-0/+42
* feat: add typing to `rdflib.util` (#2262)Iwan Aucamp2023-03-121-3/+9
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-114-5/+1
* fix: small InputSource related issues (#2255)Iwan Aucamp2023-03-115-94/+343
* build(deps-dev): bump mypy from 0.991 to 1.0.1 (#2247)dependabot[bot]2023-03-062-2/+3
* fix: don't reuse same dict for headers in SPARQL HTTP requestsgitmpje2022-12-241-0/+1
* feat: add type hints to `rdflib.query` and related (#2097)Iwan Aucamp2022-08-241-0/+2
* feat: Add type hints to rdflib.graph (#2080)Iwan Aucamp2022-08-233-16/+47
* fix: handling of Literal datatype (#2076)Iwan Aucamp2022-08-121-0/+28
* add chunk serializer & tests (#1968)Nicholas Car2022-08-121-0/+17
* test: honour lax cardinality from test manifests (#2074)Iwan Aucamp2022-08-074-19/+53
* fix: narrow the context identifier type from `Node` to `IdentifiedNode` (#2069)Iwan Aucamp2022-08-021-2/+1
* fix: issues with string destination handling in `{Graph,Result}.serialize` (#...Iwan Aucamp2022-08-022-0/+159
* Update test README (#2000)Iwan Aucamp2022-06-241-5/+5
* Rework SPARQL test suite (#1988)Iwan Aucamp2022-06-084-2/+809
* Rework turtle-like test suites (#1986)Iwan Aucamp2022-06-056-168/+845
* Add more tests for graph_diff (#1983)Iwan Aucamp2022-06-052-74/+311
* Add more namespaces to test utils (#1980)Iwan Aucamp2022-06-059-31/+128
* More type hints for `rdflib.graph` and related (#1853)Iwan Aucamp2022-05-262-6/+9
* Fix trix parser to allow lowercase `trix`, add tests (#1966)Graham Higgins2022-05-252-2/+15
* test: remove unused imports in test codeIwan Aucamp2022-05-172-3/+2
* Fix `GraphHelper.quad_set` handling of DatasetIwan Aucamp2022-05-161-8/+12
* fix: two issues with the N3 serializerIwan Aucamp2022-05-162-49/+134
* Literal datetime sub (#1870)Graham Higgins2022-05-162-2/+55
* feat: add tests and typing for `rdflib.utils.{get_tree,find_roots}` (#1935)Iwan Aucamp2022-05-151-0/+40
* test: move `EARL` and `RDFT` namespaces to separate filesIwan Aucamp2022-05-155-72/+89
* Minor changesIwan Aucamp2022-05-131-1/+0
* Switch to latest DAWG test suiteGraham Higgins2022-05-131-0/+1
* Add n3 test suite runnerGraham Higgins2022-05-121-1/+6
* test: Add more tests for test utilitiesIwan Aucamp2022-05-121-17/+69
* Improved mock HTTP ServerIwan Aucamp2022-05-123-297/+303
* test: move test utility modules into `test/utils/` (#1879)Iwan Aucamp2022-05-046-0/+1392