summaryrefslogtreecommitdiff
path: root/networkx/readwrite/tests/test_edgelist.py
Commit message (Expand)AuthorAgeFilesLines
* Support `comments=None` in read/parse edgelist (#5051)Ross Barnowski2021-09-101-0/+8
* Style changes (#5022)Dan Schult2021-08-141-2/+1
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-22/+22
* TST: be more explicit about instance comparison. (#4748)Ross Barnowski2021-04-211-4/+4
* TST: An approach to parametrizing read_edgelist tests. (#4292)Ross Barnowski2021-01-051-120/+127
* Improve readwrite test coverage (#4310)Jarrod Millman2020-10-311-0/+25
* Fix parse_edgelist behavior with multiple attributes (#4125)Christoph Martin2020-08-031-0/+42
* Format w/ blackJarrod Millman2020-07-101-26/+28
* PEP8 fixes to testsJarrod Millman2019-10-181-4/+3
* Remove old Python 2 codeJarrod Millman2019-10-181-19/+6
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-2/+2
* Remove unused importsJarrod Millman2019-10-121-1/+1
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-8/+8
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-8/+9
* Fix issue 3491 (#3588)Aditya Pal2019-09-171-0/+32
* Deleted a duplicated test_random_graph in bipartite.tests.test_genera… (#2790)Mads Jensen2018-02-021-13/+0
* Pep8 fixesJarrod Millman2018-01-201-87/+87
* Fix test ordering in readwriteAric Hagberg2016-07-311-4/+4
* Modified all add_node, add_edge, and add_edges_from methods.thegreathippo2016-04-261-3/+3
* Remove "fail" and "error" from names of test functionsDan Schult2016-02-061-1/+1
* Adds number_of_isolates function and updates docs.Jeffrey Finkelstein2015-12-101-1/+1
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-12/+12
* Use networkx.testing functions for network.readwrite tests.Jordi Torrents2014-03-271-34/+25
* Set relabel mapping as node attributes.Aric Hagberg2013-01-201-1/+1
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-4/+3
* Close temporary test files on exit.aric2010-08-171-0/+6
* Use nodetype=int for testsaric2010-08-101-16/+17
* Convert tests to unittest stylearic2010-08-101-1/+89
* Work-around using attr_dict= instead of keywords in add_edge() since Python2....aric2010-08-071-3/+3
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-38/+83
* Extend read_edgelist to read and write more flexible data.aric2010-03-121-0/+95