summaryrefslogtreecommitdiff
path: root/test/test_graph
Commit message (Expand)AuthorAgeFilesLines
* fix: HTTP 308 Permanent Redirect status code handling (#2389)Iwan Aucamp2023-05-172-9/+97
* test: Eliminate flake8 errors in tests (#2353)Iwan Aucamp2023-04-141-1/+1
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-123-8/+7
* feat: add optional `target_graph` argument to `Graph.cbd` and use it for DES...Matt Goldberg2023-04-111-1/+26
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-101-1/+1
* fix: restore the 6.1.1 default bound namespaces (#2313)Iwan Aucamp2023-03-261-1/+2
* fix: IRI to URI conversion (#2304)Iwan Aucamp2023-03-231-4/+39
* build(deps-dev): bump mypy from 1.0.1 to 1.1.1 (#2274)dependabot[bot]2023-03-191-1/+2
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-112-8/+0
* fix: small InputSource related issues (#2255)Iwan Aucamp2023-03-113-8/+22
* build(deps-dev): bump mypy from 0.991 to 1.0.1 (#2247)dependabot[bot]2023-03-061-0/+4
* fix: Don't register berkelydb as a store if it is not available on the system...Clay G2022-08-231-3/+0
* test: content-type handling with SPARQLStore + CONSTRUCT queries (#2092)Iwan Aucamp2022-08-231-20/+5
* fix: always parse HexTuple files as utf-8 (#2070)Iwan Aucamp2022-08-071-11/+0
* Fallback to old `Store.bind` signature on `TypeError` (#2018)Iwan Aucamp2022-07-151-0/+213
* Add more tests for graph_diff (#1983)Iwan Aucamp2022-06-052-8/+170
* Convert some more graph tests to pytest (#1982)Iwan Aucamp2022-06-054-117/+105
* More type hints for `rdflib.graph` and related (#1853)Iwan Aucamp2022-05-262-8/+11
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-191-39/+39
* Fixes #1429, add `iri2uri` (#1902)Graham Higgins2022-05-191-0/+37
* Replace rdlib.net and rdflib.net with rdflib.github.io (#1901)Graham Higgins2022-05-191-4/+9
* Add tests demonstrating forward-slash behaviors in Turtle, JSON-LD, and SPARQ...Alex Nelson2022-05-181-0/+14
* test: convert `test_graph_http.py` to pytest (#1956)Iwan Aucamp2022-05-181-33/+26
* test: remove unused imports in test codeIwan Aucamp2022-05-176-10/+3
* Added test for example at CBD definition. Fixes #1914. (#1915)asejal2022-05-131-0/+27
* test: add more graph variants highlighting bugsIwan Aucamp2022-05-121-0/+23
* Improved mock HTTP ServerIwan Aucamp2022-05-121-27/+33
* continuing re-org of w3c testsGraham Higgins2022-05-101-4/+2
* test: move test utility modules into `test/utils/` (#1879)Iwan Aucamp2022-05-046-11/+6
* test: move `test/variants` into `test/data`Iwan Aucamp2022-04-231-2/+3
* Fixes, improvements and test for namespace (re)-binding on stores.Iwan Aucamp2022-04-191-3/+6
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-191-91/+39
* refactor: move graph namespace rebinding test to graph directoryIwan Aucamp2022-04-191-0/+488
* Merge pull request #1821 from edmondchuc/fix-issue-1808Iwan Aucamp2022-04-181-0/+93
|\
| * Add some paramaterized tests for skolemization and de-skolemizationIwan Aucamp2022-04-151-0/+93
* | Merge remote-tracking branch 'upstream/master' into test-reorgIwan Aucamp2022-04-1713-63/+51
|\ \ | |/
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-1511-71/+93
* | test re-orgGraham Higgins2022-04-164-25/+240
|/
* Merge pull request #1813 from gjhiggins/migrate-test_graph-to-pytestIwan Aucamp2022-04-151-0/+384
|\
| * Only test BerkelyDB if it is installedIwan Aucamp2022-04-141-0/+3
| * Add back tests for other storesIwan Aucamp2022-04-141-26/+67
| * Migrate to pyetst, relocate in subfolderGraham Higgins2022-04-141-0/+340
* | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-146-12/+23
|/
* Merge pull request #1801 from aucampia/iwana-20220410T1604-more_variantsIwan Aucamp2022-04-131-5/+35
|\
| * Add two xfails related to Example 2 from RDF 1.1 TriG specificationIwan Aucamp2022-04-111-5/+35
* | take the opportunity to remove references to unittest, as suggestedGraham Higgins2022-04-121-2/+1
* | fix whoopsiesGraham Higgins2022-04-121-1/+1
* | migrate yet more tests to pytestGraham Higgins2022-04-122-51/+20
|/
* update test_graph_generators to import from test.dataGraham Higgins2022-04-051-8/+11
* more test re-orgGraham Higgins2022-04-025-0/+1042