summaryrefslogtreecommitdiff
path: root/test/test_sparql
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-5/+2
* fix: `ROUND`, `ENCODE_FOR_URI` and `SECONDS` SPARQL functions (#2314)Iwan Aucamp2023-03-261-0/+189
* fix: restore the 6.1.1 default bound namespaces (#2313)Iwan Aucamp2023-03-261-7/+9
* test: add `webtest` marker to tests that use the internet (#2295)Iwan Aucamp2023-03-211-0/+10
* fix: add more type-hinting for SPARQL plugin (#2265)Jeffrey C. Lerman2023-03-121-1/+23
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-113-8/+0
* feat: Add SPARQL DESCRIBE query implementation (#2221)Matt Goldberg2023-02-071-0/+92
* fix: bug applying VALUES outside of a GROUP BY (#2188)Rob B2023-01-291-1/+40
* fix: bug with `SELECT *` inside `SELECT *` (#2190)Rob B2023-01-291-0/+144
* build: move to poetry for dependency management; consolidate more settings in...Jeffrey C. Lerman2023-01-171-3/+3
* test: add test for issue #2011 (#2107)Miel Vander Sande2022-09-041-0/+34
* feat: add type hints to `rdflib.query` and related (#2097)Iwan Aucamp2022-08-243-1/+7
* test: content-type handling with SPARQLStore + CONSTRUCT queries (#2092)Iwan Aucamp2022-08-231-18/+3
* fix: generate VALUES block for federated queries with variables only (#2084)Veyndan Stuart2022-08-211-0/+36
* fix: issues with string destination handling in `{Graph,Result}.serialize` (#...Iwan Aucamp2022-08-021-172/+180
* test: convert `test/test_sparql/test_sparql_parser.py` to pytest (#2063)Iwan Aucamp2022-07-291-9/+3
* test: convert `test/test_sparql/test_construct_bindings.py` to pytest (#2062)Iwan Aucamp2022-07-291-5/+2
* fix: SPARQL XML result parsing (#2044)Iwan Aucamp2022-07-261-7/+22
* Fix SPARQL CSV result serialization of blank nodes (#1979)Iwan Aucamp2022-06-231-1/+40
* Rework SPARQL test suite (#1988)Iwan Aucamp2022-06-081-7/+1
* Fix for issue1957 sparql parser percent encoded reserved chars (#1959)Graham Higgins2022-05-251-0/+135
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-193-37/+37
* Add tests demonstrating forward-slash behaviors in Turtle, JSON-LD, and SPARQ...Alex Nelson2022-05-181-0/+140
* edit tabs to spacesGraham Higgins2022-05-171-1/+1
* test: remove unused imports in test codeIwan Aucamp2022-05-173-8/+2
* Fix `None`/undefined handing in GROUP_CONCATIwan Aucamp2022-05-161-0/+106
* Fix simple literals returned as NULL using SERVICE (issue #1278) (#1894)gitmpje2022-05-151-7/+189
* Move `DAWG/data-sparql11` to `w3c/sparql11/data-sparql11`Graham Higgins2022-05-121-568/+0
* test: move test utility modules into `test/utils/` (#1879)Iwan Aucamp2022-05-046-7/+7
* Move `test/translate_algebra` into `test/data`Iwan Aucamp2022-04-241-1/+2
* Merge pull request #1794 from aucampia/iwana-20220329T2225-sparql_exists_asIwan Aucamp2022-04-181-2/+253
|\
| * Fix handling of EXISTS inside BINDIwan Aucamp2022-04-151-2/+253
* | Merge remote-tracking branch 'upstream/master' into test-reorgIwan Aucamp2022-04-1714-72/+400
|\ \ | |/
| * Merge pull request #1810 from aucampia/iwana-20220410T1009-sparql_result_serdesIwan Aucamp2022-04-151-6/+339
| |\
| | * test: Add tests for SPARQL parsing and serializationIwan Aucamp2022-04-151-6/+339
| * | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-1512-49/+48
| |/
* | test re-orgGraham Higgins2022-04-161-0/+572
|/
* Merge pull request #1809 from aucampia/iwana-20220414T0947-test_result_parserNicholas Car2022-04-151-0/+53
|\
| * fix: propagate exceptions from SPARQL TSV result parserIwan Aucamp2022-04-141-0/+53
* | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-145-49/+36
|/
* Merge pull request #1523 from aucampia/iwana-20211221T0151-xfail_typeerrorIwan Aucamp2022-04-131-0/+201
|\
| * TypeErrors from Results do not propagate through list creationIwan Aucamp2022-04-051-0/+201
* | Convert `test_sparql/test_tsvresults.py` to pytestIwan Aucamp2022-04-111-13/+11
|/
* more test re-orgGraham Higgins2022-04-0214-0/+1928
* Update issue 116eikeon2010-02-0956-3790/+0
* Renamed module "graphutils" to "compare" and reworked it towards a cleaner API.lindstream2010-02-061-1/+1
* Exposed the XSD namespace as "rdflib.namespace.XSD". Refactored internal use ...lindstream2010-02-062-7/+6
* removed more bits that don't belongeikeon2010-02-051-28/+9
* removed more non core bits; run_tests now runs all tests but those marked wit...eikeon2010-02-053-3/+3