summaryrefslogtreecommitdiff
path: root/networkx/readwrite/tests/test_adjlist.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-28/+28
* TST: be more explicit about instance comparison. (#4748)Ross Barnowski2021-04-211-10/+10
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Add testsJarrod Millman2019-10-241-43/+76
* 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-18/+20
* Deleted tests that were hidden due to name clash. (#2867)Mads Jensen2018-02-171-12/+0
* Deleted a duplicated test_random_graph in bipartite.tests.test_genera… (#2790)Mads Jensen2018-02-021-12/+0
* Pep8 fixesJarrod Millman2018-01-201-106/+106
* Remove attr_dict from add_node, add_edgethegreathippo2016-05-011-3/+3
* Remove "fail" and "error" from names of test functionsDan Schult2016-02-061-1/+1
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-28/+28
* Use networkx.testing functions for network.readwrite tests.Jordi Torrents2014-03-271-46/+32
* 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
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-2/+2
* Clean up imports.Loïc Séguin-C.2011-02-101-1/+0
* Close temporary test files on exit.aric2010-08-171-0/+6
* Use nodetype=int for testsaric2010-08-101-30/+38
* Update adjlist tests to unittest stylearic2010-08-101-1/+180
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-13/+53
* Fix failing adjlist testaric2010-01-071-8/+6
* Adding unittest for #252. closes #252cellison2009-12-121-0/+30