summaryrefslogtreecommitdiff
path: root/test/test_seq.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-081-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # rdflib/__init__.py # rdflib/compat.py # rdflib/namespace/__init__.py # rdflib/plugins/parsers/rdfxml.py # rdflib/plugins/serializers/rdfxml.py # rdflib/tools/csv2rdf.py # test/test_dawg.py # test/test_namespace.py # test/test_nt_misc.py # test/test_rdfxml.py # test/test_seq.py # test/test_trig.py # test/testutils.py
| * improved Graph().parse()Nicholas Car2020-08-141-1/+1
| |
* | Migration from ClosedNamespace to DeclaredNamespacehsolbrig2020-05-261-3/+3
|/ | | | Passes all unit tests, but did have to remove '.' from manifest and earl imports. May have to restore...
* blacked all python filesNicholas Car2020-05-161-4/+4
|
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-2/+2
| | | | | | | | 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-3/+3
|
* removed some unused imports, added some deprecated warningsgromgull2012-10-231-20/+22
|
* updating module names so that they get picked up by nose; made a few small ↵eikeon2009-04-021-0/+49
fixes along the way