summaryrefslogtreecommitdiff
path: root/networkx/readwrite/json_graph/tests/test_cytoscape.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing asserts to tests (#6039)DiamondJoseph2022-10-121-2/+2
* update cytoscape functions to drop old signature (#5784)Dan Schult2022-06-161-17/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+3
* Compatibility updates from testing with numpy/scipy/pytest rc's (#5226)Ross Barnowski2021-12-121-5/+6
* Remove dictionary from signature of tree_graph and tree_data (#4786)Ross Barnowski2021-05-181-67/+71
* Add FutureWarning in preparation for simplifying cytoscape function signature...Ross Barnowski2020-11-121-0/+16
* 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-101-19/+18
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-5/+5
* Remove unused importsJarrod Millman2019-10-121-1/+1
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-16/+16
* Pep8 fixesJarrod Millman2018-01-201-28/+25
* Removed unused imports (#2653)James Lamb2017-10-011-1/+1
* Simplify base classes. (#2604)Dan Schult2017-08-121-6/+6
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-1/+1
* Fixed various bugsTristan Poupard2017-01-191-3/+12
* Added cytoscape JSON handlingPhobia2016-12-231-0/+58