summaryrefslogtreecommitdiff
path: root/test/test_trix_serialize.py
Commit message (Collapse)AuthorAgeFilesLines
* Serialize Changes:Ashley Sommer2020-10-081-2/+2
| | | | | | | | 1) Change default format from 'xml' to 'turtle' 2) If destination is None and encoding is None, output a str, not bytes 3) Add a new convenience method to print the Graph contents (turtle by default) Lots of fixes in tests to adapt to these changes (serialize is used a lot to check graph state in tests). Blacked files which were involved in this change.
* blacked all python filesNicholas Car2020-05-161-15/+12
|
* removal of all uses of package sixNicholas Car2020-05-161-1/+1
|
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
| | | | now six is used throughout.
* converted all testsGunnar Aastrand Grimnes2017-01-301-6/+1
|
* updating deprecated testing syntax (#697)Nate Prewitt2017-01-241-3/+3
|
* Add test for issue 250. Add fix.Graham Higgins2013-01-261-42/+78
|
* Re-enabled for datetime fixGraham Higgins2012-01-121-4/+0
|
* Disable trix serializer tests with JythonGraham Higgins2012-01-071-0/+5
|
* Small Python 3 compatibility fixes, mainly around StringIOThomas Kluyver2011-11-121-2/+6
|
* fixed some graph doctests and trix testsgromgull2010-02-011-1/+1
|
* tidied trix test casesgromgull2010-02-011-0/+62