summaryrefslogtreecommitdiff
path: root/networkx/readwrite/json_graph/tests
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-192-23/+29
* Update developer requirements (#6429)Jarrod Millman2023-02-141-1/+0
* Add missing asserts to tests (#6039)DiamondJoseph2022-10-124-7/+7
* signature change for `node_link` functions: for issue #5787 (#5899)Kevin Brown2022-08-111-4/+68
* remove old attr keyword from json_graph/tree (#5785)Matt Schwennesen2022-06-161-17/+0
* update cytoscape functions to drop old signature (#5784)Dan Schult2022-06-161-17/+0
* Rm jit.py (#5751)Dilara Tekinoglu2022-06-151-66/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-025-1/+11
* Add exception for unconnected graph (#5287)Dimitrios Papageorgiou2022-01-281-0/+5
* Compatibility updates from testing with numpy/scipy/pytest rc's (#5226)Ross Barnowski2021-12-122-10/+12
* Remove dictionary from signature of tree_graph and tree_data (#4786)Ross Barnowski2021-05-182-102/+122
* Add FutureWarning in preparation for simplifying cytoscape function signature...Ross Barnowski2020-11-121-0/+16
* Improve readwrite test coverage (#4310)Jarrod Millman2020-10-311-1/+7
* fix issue #4173: cytoscape_graph(input_data) did modify the original data (#4...Carlos González Rotger2020-08-251-0/+9
* Format w/ blackJarrod Millman2020-07-105-74/+78
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* PEP8 fixesJarrod Millman2019-10-184-13/+6
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-124-21/+21
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-2/+2
* Remove unused importsJarrod Millman2019-10-125-5/+5
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-125-56/+56
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Allow jit_graph to read json string or json object (#3628)Dan Schult2019-10-031-0/+7
* Pep8 fixesJarrod Millman2018-01-204-63/+61
* Add directed graphs support for jit_graph reading (#2753)Louis Gatin2018-01-081-1/+29
* Removed unused imports (#2653)James Lamb2017-10-014-4/+4
* Simplify base classes. (#2604)Dan Schult2017-08-124-15/+15
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-1/+1
* Fixed bug on custom attrs usage: unavailable iteritems method for dict.Ramil Nugmanov2017-05-251-0/+16
* Merge pull request #2366 from rhilenova/bugfix-for-issues-2328-and-2332Aric Hagberg2017-04-021-1/+17
|\
| * Test expected DiGraph, but was implemented with Graph.Rhile Nova2017-02-131-1/+1
| * Changes to remove integer maping from node_link format.Rhile Nova2017-02-131-1/+17
* | Fixed various bugsTristan Poupard2017-01-191-3/+12
* | Added cytoscape JSON handlingPhobia2016-12-231-0/+58
|/
* Remove attr_dict calls to graph's add_node; replace with **.thegreathippo2016-04-261-1/+1
* removed temporary files from test.Francois Malassenet2016-04-171-10/+2
* bad end of line fixed.Francois Malassenet2016-04-171-1/+1
* node_link_graph converts node lists into tuplesFrancois Malassenet2016-04-171-1/+1
* node_link_graph converts node lists into tuplesFrancois Malassenet2016-04-171-0/+18
* Generalize and improve docstrings of node_link.pyMichael-E-Rose2016-02-231-19/+19
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-2/+2
* Update jit_graph and testsMridul Seth2016-01-221-6/+18
* Add jit_graph and testsMridul Seth2016-01-161-0/+17
* node-link repr. contains graph dict 'as is'jandanielr2014-10-071-2/+2
* Allow JSON attributes to be customizedysitu2014-05-303-4/+22
* Remove JSON serializer helpersAric Hagberg2014-04-201-49/+0
* JSON graph fix to handle unicode dict keysAric Hagberg2013-10-221-0/+14
* Fix multigraph handling with node-link format.Aric Hagberg2013-01-261-4/+7
* Whitespace cleanup. Copy before pop.Aric Hagberg2013-01-261-1/+12