summaryrefslogtreecommitdiff
path: root/test/test_graph_items.py
Commit message (Collapse)AuthorAgeFilesLines
* blacked all python filesNicholas Car2020-05-161-2/+5
|
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-8/+9
| | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken
* converted all testsGunnar Aastrand Grimnes2017-01-301-1/+1
|
* Raise a ValueError if Graph.items is called with a recursive collectionNiklas Lindström2013-06-171-0/+24
Fixes a bug where, if a graph contains a closed/self-referencing chain of rdf:rest statements, Graph.items would be caught in an endless loop.