summaryrefslogtreecommitdiff
path: root/test/test_serializers
Commit message (Expand)AuthorAgeFilesLines
* test: Eliminate flake8 errors in tests (#2353)Iwan Aucamp2023-04-141-4/+1
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-102-2/+2
* fix: restore the 6.1.1 default bound namespaces (#2313)Iwan Aucamp2023-03-261-2/+2
* fix: Add `to_dict` method to the JSON-LD `Context` class. (#2310)Iwan Aucamp2023-03-251-0/+44
* test: fix deprecation warnings (#2260)Iwan Aucamp2023-03-112-2/+2
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-114-10/+0
* build(deps-dev): bump mypy from 0.991 to 1.0.1 (#2247)dependabot[bot]2023-03-061-2/+1
* Fix type errors resulting from new mypy (#2161)Iwan Aucamp2022-11-191-1/+2
* feat: Add type hints to rdflib.graph (#2080)Iwan Aucamp2022-08-231-1/+2
* fix: issues with string destination handling in `{Graph,Result}.serialize` (#...Iwan Aucamp2022-08-021-52/+169
* fix sonarcloud-reported bug in xmlwriter, add test (#1951)Graham Higgins2022-05-251-0/+79
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-191-3/+3
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-171-1/+0
* test: remove unused imports in test codeIwan Aucamp2022-05-172-3/+0
* fix: two issues with the N3 serializerIwan Aucamp2022-05-161-0/+150
* test: Add more tests for Graph serializeIwan Aucamp2022-05-151-7/+520
* test: move test utility modules into `test/utils/` (#1879)Iwan Aucamp2022-05-041-1/+1
* test: convert `test/test_serializers/test_serializer.py` to pytestIwan Aucamp2022-04-231-53/+46
* Merge remote-tracking branch 'upstream/master' into test-reorgIwan Aucamp2022-04-176-15/+14
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-156-15/+14
* | test re-orgGraham Higgins2022-04-161-8/+3
|/
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-141-50/+193
* migrate yet more tests to pytestGraham Higgins2022-04-121-1/+1
* more test re-orgGraham Higgins2022-04-021-0/+27
* Migrate some tests to pytestGraham Higgins2022-03-241-67/+59
* extend test suite re-orgGraham Higgins2022-03-187-0/+1217