summaryrefslogtreecommitdiff
path: root/test/test_parsers
Commit message (Expand)AuthorAgeFilesLines
* test: Eliminate flake8 errors in tests (#2353)Iwan Aucamp2023-04-142-8/+4
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-101-1/+1
* feat: add typing to `rdflib.util` (#2262)Iwan Aucamp2023-03-121-1/+2
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-113-5/+0
* test: convert more test from unittest to pytest (#2089)Iwan Aucamp2022-08-232-27/+16
* test: convert `test/test_parsers/test_nquads.py` to pytest (#2061)Iwan Aucamp2022-07-291-21/+15
* test: remove python 2.4 specific behaviour in test (#2040)Iwan Aucamp2022-07-201-8/+1
* Fix trix parser to allow lowercase `trix`, add tests (#1966)Graham Higgins2022-05-251-3/+5
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-192-3/+3
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-171-9/+1
* test: remove unused imports in test codeIwan Aucamp2022-05-173-6/+0
* continuing re-org of w3c testsGraham Higgins2022-05-105-544/+0
* test: move test utility modules into `test/utils/` (#1879)Iwan Aucamp2022-05-044-5/+5
* Revert to old IRIsIwan Aucamp2022-04-171-4/+6
* fix broken test detectionIwan Aucamp2022-04-172-12/+10
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-173-2/+6
* Merge remote-tracking branch 'upstream/master' into test-reorgIwan Aucamp2022-04-1712-46/+46
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-159-24/+25
* | test re-orgGraham Higgins2022-04-1610-15/+581
|/
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-142-9/+23
* take the opportunity to remove references to unittest, as suggestedGraham Higgins2022-04-122-8/+4
* fix whoopsiesGraham Higgins2022-04-122-6/+4
* migrate yet more tests to pytestGraham Higgins2022-04-122-45/+23
* change pytest.skip to pytest.xfailGraham Higgins2022-04-091-1/+1
* Merge pull request #1788 from gjhiggins/more-test-reorgNicholas Car2022-04-052-0/+125
|\
| * more test re-orgGraham Higgins2022-04-022-0/+125
* | Move tests into test_parser_turtlelike.pyIwan Aucamp2022-04-021-36/+190
|/
* Add tests for the parsing of literals for the turtle family of formatsIwan Aucamp2022-03-271-0/+99
* extend test suite re-orgGraham Higgins2022-03-1810-0/+677