summaryrefslogtreecommitdiff
path: root/test/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* test: Eliminate flake8 errors in tests (#2353)Iwan Aucamp2023-04-141-3/+3
* fix: IRI to URI conversion (#2304)Iwan Aucamp2023-03-231-0/+18
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-2/+0
* fix: small InputSource related issues (#2255)Iwan Aucamp2023-03-111-0/+6
* fix: handling of Literal datatype (#2076)Iwan Aucamp2022-08-121-10/+36
* Fixes #1429, add `iri2uri` (#1902)Graham Higgins2022-05-191-1/+78
* test: remove unused imports in test codeIwan Aucamp2022-05-171-1/+0
* feat: add tests and typing for `rdflib.utils.{get_tree,find_roots}` (#1935)Iwan Aucamp2022-05-151-3/+197
* Remove testing and debug code from rdflibIwan Aucamp2022-04-191-3/+0
* Fixes, improvements and test for namespace (re)-binding on stores.Iwan Aucamp2022-04-191-0/+18
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-8/+4
* Remove `(TypeCheck|SubjectType|PredicateType|ObjectType)Error` and relatedIwan Aucamp2022-04-141-61/+0
* Convert `test/test_util.py` to `pytest`Iwan Aucamp2022-04-091-111/+122
* blacked everything6.0.0Nicholas Car2021-07-201-6/+6
* Prevent `from_n3` from unescaping `\xhh`Iwan Aucamp2021-06-261-0/+42
* Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-271-2/+2
|\
| * Removed IOMemory storeAshley Sommer2020-08-191-2/+2
* | 2to3 whole sourcebaset0b32020-06-221-5/+5
|/
* blacked all python filesNicholas Car2020-05-161-67/+66
* add utf-8 header for py2.7Kempei Igarashi2020-03-151-0/+2
* Add 'u' to unicode string for py2.7Kempei Igarashi2020-03-151-2/+2
* Add Unicode strings to testcase of from_n3()/n3()Kempei Igarashi2020-03-121-0/+2
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-58/+60
* updating deprecated testing syntax (#697)Nate Prewitt2017-01-241-38/+38
* test for #546 from_n3 trailing backslashJoern Hees2015-11-221-0/+6
* fixed broken tests for util.from_n3()Joern Hees2015-07-271-6/+7
* reworking literal __eq__ and added eq, rich comparison methods are still randomGunnar Aastrand Grimnes2012-11-221-2/+1
* Applied Jorn's patch, fixes issue 208, thanks\!Graham Higgins2012-01-251-2/+69
* 'util' module cleanup, increase test coverage to 100%Graham Higgins2011-10-231-0/+275