summaryrefslogtreecommitdiff
path: root/networkx/generators/tests/test_small.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-16/+16
* Remove deprecated functions make_small_graph and make_small_undirected_graph ...Mridul Seth2022-06-161-9/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Use from_dict_of_lists instead of make_small_graph in generators.small (#5267)Ross Barnowski2022-01-271-0/+25
* Make small graph generator node test more specific. (#5282)Ross Barnowski2022-01-271-22/+22
* Format w/ blackJarrod Millman2020-07-101-11/+7
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+0
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* Fix issue 3431: Return error in case of bad input to make_small_graph (#3676)Aditya Pal2019-10-231-1/+7
* PEP8 fixes to testsJarrod Millman2019-10-181-2/+2
* Remove nose from generatorsJarrod Millman2019-10-121-2/+2
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-102/+102
* replace idiom from networkx import * in test filesDan Schult2019-10-121-66/+66
* Comply with pep8Jarrod Millman2017-08-171-38/+39
* add the Hoffman-Singleton graphYawara ISHIDA2016-10-071-2/+8
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-21/+21
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-1/+1
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-0/+181