summaryrefslogtreecommitdiff
path: root/test/test_issue801.py
Commit message (Collapse)AuthorAgeFilesLines
* blacked everything6.0.0Nicholas Car2021-07-201-6/+8
|
* Serialize Changes:Ashley Sommer2020-10-081-1/+1
| | | | | | | | 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.
* Updating namespace.py to solve issue #801 #1044aayush170022020-05-261-1/+0
|
* Updated test for #801 as per latest commentaayush170022020-05-251-3/+2
| | | | Removed print statement Reformatting assert statement
* Handling error in issue #801aayush170022020-05-251-2/+3
| | | Added assertions for testing issue #801
* Updating test file for issue #801aayush170022020-05-251-0/+20
Updated test file to test issue 801