summaryrefslogtreecommitdiff
path: root/networkx/readwrite/json_graph/tests/test_tree.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing asserts to tests (#6039)DiamondJoseph2022-10-121-1/+1
* remove old attr keyword from json_graph/tree (#5785)Matt Schwennesen2022-06-161-17/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+2
* 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-121-5/+6
* Remove dictionary from signature of tree_graph and tree_data (#4786)Ross Barnowski2021-05-181-35/+51
* Improve readwrite test coverage (#4310)Jarrod Millman2020-10-311-1/+7
* Format w/ blackJarrod Millman2020-07-101-6/+5
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-6/+6
* Remove unused importsJarrod Millman2019-10-121-1/+1
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-2/+2
* Pep8 fixesJarrod Millman2018-01-201-16/+17
* Removed unused imports (#2653)James Lamb2017-10-011-1/+1
* Simplify base classes. (#2604)Dan Schult2017-08-121-2/+2
* Allow JSON attributes to be customizedysitu2014-05-301-2/+8
* Add tests to distribution.Aric Hagberg2011-11-151-0/+29