summaryrefslogtreecommitdiff
path: root/test/test_store
Commit message (Expand)AuthorAgeFilesLines
* test: Eliminate flake8 errors in tests (#2353)Iwan Aucamp2023-04-141-1/+1
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-124-21/+9
* test: fix deprecation warnings (#2260)Iwan Aucamp2023-03-111-1/+1
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-4/+0
* fix: missing query string params in sparqlconnector when using POST method (...David Andreoletti2023-01-021-0/+76
* fix: don't reuse same dict for headers in SPARQL HTTP requestsgitmpje2022-12-241-0/+46
* fix: add charset encoding to SPARQLConnector.update() request. (#2112)Robert Casties2022-09-152-9/+32
* test: content-type handling with SPARQLStore + CONSTRUCT queries (#2092)Iwan Aucamp2022-08-231-0/+132
* test: convert more test from unittest to pytest (#2089)Iwan Aucamp2022-08-232-46/+36
* test: remove unused imports in test codeIwan Aucamp2022-05-171-1/+0
* Address lingering instances of deprecated `tempfile.mktemp` (#1942)Graham Higgins2022-05-151-2/+2
* Improved mock HTTP ServerIwan Aucamp2022-05-122-32/+41
* test: move test utility modules into `test/utils/` (#1879)Iwan Aucamp2022-05-043-4/+3
* Fixes, improvements and test for namespace (re)-binding on stores.Iwan Aucamp2022-04-191-0/+210
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-154-17/+15
* take the opportunity to remove references to unittest, as suggestedGraham Higgins2022-04-121-2/+1
* migrate yet more tests to pytestGraham Higgins2022-04-121-8/+4
* more test re-orgGraham Higgins2022-04-021-0/+54
* trim to just test of Memory storeGraham Higgins2022-04-011-196/+15
* handle DBURIs in a more secure fashionGraham Higgins2022-04-011-9/+31
* ensure all fixtures iterate over non-excluded pluginstores, refactor common c...Graham Higgins2022-04-011-34/+133
* Migrate some tests to pytestGraham Higgins2022-03-245-882/+954
* update imports and filepathsGraham Higgins2022-03-192-3/+3
* revert more unintentionally-changed test filesGraham Higgins2022-03-196-846/+782
* revert unintended changeGraham Higgins2022-03-181-127/+112
* extend test suite re-orgGraham Higgins2022-03-188-0/+1682