summaryrefslogtreecommitdiff
path: root/networkx/readwrite/tests/test_pajek.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-9/+9
* Format w/ blackJarrod Millman2020-07-101-21/+45
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* PEP8 fixes to testsJarrod Millman2019-10-181-4/+4
* Remove old Python 2 codeJarrod Millman2019-10-181-6/+2
* Remove unused importsJarrod Millman2019-10-121-2/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-9/+9
* replace idiom from networkx import * in test filesDan Schult2019-10-121-9/+9
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-10/+12
* Check if attribute is str like in writing to Pajek Fixes #2933 (#2936)Haochen Wu2018-05-221-0/+26
* Pep8 fixesJarrod Millman2018-01-201-18/+20
* Simplify base classes. (#2604)Dan Schult2017-08-121-3/+3
* Don't depend on numpy to parse Pajek adjacency matrices.Valentin Lorentz2016-07-301-1/+0
* Add support for reading adjacency matrix in readwrite.pajek.parse_pajek.Valentin Lorentz2016-07-291-0/+8
* Modified all add_node, add_edge, and add_edges_from methods.thegreathippo2016-04-261-1/+1
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-3/+3
* 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
* Allow a blank name when reading Pajek files.chebee7i2013-09-141-3/+11
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-6/+6
* Make Graph.name a property that sets/gets Graph.graph['name']Aric Hagberg2011-05-161-0/+1
* Clean up imports.Loïc Séguin-C.2011-02-101-1/+1
* Update pajek documentation and testsaric2010-08-171-25/+34
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-0/+41