summaryrefslogtreecommitdiff
path: root/networkx/readwrite/tests
Commit message (Expand)AuthorAgeFilesLines
* handle geometric attributes properly and add simplify=False case to testschrisnatali2015-05-041-16/+59
* Remove xrange and map to fix python3 for test_shp.pyDan Schult2015-01-041-3/+5
* Allow selection of pickling protocol to use in write_gpickleysitu2014-11-031-0/+13
* Enhance GML parser/generator tests (cont'd)ysitu2014-10-201-3/+23
* Enhance GML parser/generator testsysitu2014-10-201-0/+103
* Simplify GML parser and add list attribute handlingysitu2014-10-191-3/+3
* Fix comments in GML parser and test casesysitu2014-10-161-2/+0
* Adjust GML test casesysitu2014-10-121-76/+94
* Fix I/O compatibility with IronPythonysitu2014-07-031-5/+3
* Better exception handling, simpler testAric Hagberg2014-06-031-4/+2
* Add testAric Hagberg2014-06-021-19/+19
* Pajek reader can't handle encoded dataAric Hagberg2014-06-021-0/+20
* Use networkx.testing functions for network.readwrite tests.Jordi Torrents2014-03-274-90/+67
* GML read/write with numeric HTML entities. #1061chebee7i2014-02-161-9/+37
* Add unit test for #1048.chebee7i2014-01-181-14/+37
* Add back linefeed on writeAric Hagberg2013-12-152-2/+2
* Fix StringIO to work with python2/3Aric Hagberg2013-12-152-8/+14
* Return graph type if no parallel edgesAric Hagberg2013-12-151-0/+7
* Use StrinIO instead of tempfileAric Hagberg2013-12-151-30/+14
* Remove *list functionsAric Hagberg2013-12-151-21/+2
* Use stringIO instead of temp filesAric Hagberg2013-12-151-49/+15
* Drop *list functions in graph6Aric Hagberg2013-12-151-14/+14
* Split sparsegraph6 into sparse6 and graph6Aric Hagberg2013-12-132-114/+118
* Don't sort nodes, style updatesAric Hagberg2013-12-131-0/+9
* Line length formatting to 80 colsAric Hagberg2013-12-081-15/+32
* Whitespace/tabs and python3ism fixesAric Hagberg2013-12-081-95/+94
* Implemented writing sparse6 format, unit testsTomas Gavenciak2013-12-081-6/+66
* Implemented writing graph6 format, plus unit testsTomas Gavenciak2013-12-071-0/+52
* Prepare graph6 utils for generating/writingTomas Gavenciak2013-12-071-0/+16
* Allow "True" and "False" as gexf bools.chebee7i2013-10-071-6/+12
* Merge pull request #968 from hagberg/cournape-fix_windows_filemodeAric Hagberg2013-10-051-8/+5
|\
| * Use io.BytesIO() instead of temporary fileAric Hagberg2013-09-081-10/+7
| * BUG: fix test_read_LEDA on windows.David Cournapeau2013-08-291-9/+9
* | added tests for checking if pickling is working correctly (with different typ...Jakob Schelbert2013-09-301-13/+38
* | Allow a blank name when reading Pajek files.chebee7i2013-09-141-3/+11
|/
* Merge pull request #914 from hagberg/gexf-boolAric Hagberg2013-08-131-1/+8
|\
| * Fix assertion bug in testAric Hagberg2013-07-241-1/+1
| * Use lowercase true|false in GEXF writerAric Hagberg2013-07-241-1/+8
* | minor fixes to serialization and testsBryce Thomas2013-08-121-0/+4
|/
* Merge pull request #899 from hagberg/adjlist-delimiterAric Hagberg2013-07-211-15/+38
|\
| * Whitespace cleanupAric Hagberg2013-07-171-15/+15
| * Add delimiter test for multiline_adjlist formatAric Hagberg2013-07-171-0/+9
| * Adjacency list format write adds extra delimiterAric Hagberg2013-07-171-1/+15
* | Add tests for parse_graphml() where appropriate.Chris2013-02-071-0/+34
|/
* Set relabel mapping as node attributes.Aric Hagberg2013-01-201-1/+1
* Merge commit '7fe5c3b63735ba4a9d26936964a74bb9556271e4'Ben Reilly2012-07-263-12/+11
|\
| * Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-083-12/+11
* | fix for older versions of GDALBen Reilly2012-07-261-1/+4
* | ordered attr test for shp import/exportBen Reilly2012-05-081-7/+5
* | init impl attribute test for shp exportBen Reilly2012-05-081-2/+6