summaryrefslogtreecommitdiff
path: root/test/test_aggregate_graphs.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
* blacked all python filesNicholas Car2020-05-161-18/+28
|
* removal of all uses of package sixNicholas Car2020-05-161-2/+2
|
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-32/+35
| | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-10/+10
| | | | now six is used throughout.
* converted all testsGunnar Aastrand Grimnes2017-01-301-1/+1
|
* Update issue 116eikeon2010-02-091-30/+0
| | | | Moving to rdfextra for the time being
* Update issue 89Marking a few more of the sparql tests as sucheikeon2010-02-021-0/+1
|
* fixed to pass in uri of RDFS namespace to parse; marked as known_issue as ↵eikeon2009-04-091-1/+5
| | | | it's still not passing
* Fix a couple of minor merging bugs and fix some test issues, includingJohn.L.Clark2009-04-091-6/+0
| | | | updates to be stricter about when a test case reflects a known issue.
* Fix the most glaring parse errors.John.L.Clark2009-04-071-4/+3
|
* moved RDF and RDFS into rdflib.namespace; lower cased the rest of the ↵eikeon2009-04-021-2/+1
| | | | top-level module names
* moved namespace bits from term into a namespace moduleeikeon2009-04-021-1/+1
|
* updating module names so that they get picked up by nose; made a few small ↵eikeon2009-04-021-0/+150
fixes along the way