summaryrefslogtreecommitdiff
path: root/test/test_util.py
Commit message (Collapse)AuthorAgeFilesLines
* blacked everything6.0.0Nicholas Car2021-07-201-6/+6
|
* Prevent `from_n3` from unescaping `\xhh`Iwan Aucamp2021-06-261-0/+42
| | | | | | | | This is a fairly pragmatic fix to a problem which should be solved by changing `from_n3` to do the same as the actual n3/turtle parser. There are still many issues with this function, some of which I added tests for.
* Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-271-2/+2
|\ | | | | | | | | | | | | | | | | # Conflicts: # rdflib/namespace.py # rdflib/parser.py # rdflib/plugins/memory.py # rdflib/plugins/parsers/ntriples.py # test/test_iomemory.py
| * Removed IOMemory storeAshley Sommer2020-08-191-2/+2
| | | | | | | | | | | | | | | | Renamed Memory2 to Memory Renamed Memory1 to SimpleMemory Set default store to new Memory Fixed tests Fixed docs
* | 2to3 whole sourcebaset0b32020-06-221-5/+5
|/ | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com>
* 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
| | | | | Add following testcase strings to test_util_from_n3_expectpartialidempotencewithn3() <http://ex.com/漢字>: Unicode Letter (Lo) <http://ex.com/a#あ>: Unicode Number (Lo) after #
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-58/+60
| | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken
* 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