summaryrefslogtreecommitdiff
path: root/test/test_nt_misc.py
Commit message (Collapse)AuthorAgeFilesLines
* blacked all python filesNicholas Car2020-05-161-7/+12
|
* removal of all uses of package sixNicholas Car2020-05-161-6/+5
|
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-4/+5
| | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken
* Add test as reported in issue #859.Natanael Arndt2018-10-271-0/+11
|
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-2/+4
| | | | now six is used throughout.
* converted all testsGunnar Aastrand Grimnes2017-01-301-4/+4
|
* updating deprecated testing syntax (#697)Nate Prewitt2017-01-241-7/+7
|
* close file handles we open in testsJoern Hees2015-08-271-1/+2
|
* remove non-testGunnar Aastrand Grimnes2013-12-301-4/+0
|
* made ntriples parser use unicode/strings throughout, to make code-sharing ↵Gunnar Aastrand Grimnes2013-12-301-6/+5
| | | | between nt/nquads possible
* NTriples: Newline in final line is optionalUrs Holzer2013-05-071-1/+0
| | | | See http://www.w3.org/TR/2013/NOTE-n-triples-20130409/#grammar-production-ntriplesDoc
* added parser/serializer roundtrip testgromgull2012-07-201-11/+0
|
* cleaned up tests, removed duplicates, more sensible namesgromgull2012-07-181-0/+132