summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests/test_graphical.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Standard imports (#4401)Jarrod Millman2020-12-071-4/+4
* Cleanup old platforms (#4202)Jarrod Millman2020-09-101-3/+0
* Format w/ blackJarrod Millman2020-07-101-36/+36
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* Remove unused importsJarrod Millman2019-10-181-1/+1
* Remove nose.tools.SkipTestJarrod Millman2019-10-121-7/+3
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-8/+8
* Remove unused importsJarrod Millman2019-10-121-1/+1
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-43/+43
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-3/+2
* Change is_list_of_ints to make_list_of_ints (#3617)Dan Schult2019-10-041-19/+27
* Make is_graphical raise error for invalid input (#3366)Dan Schult2019-03-301-2/+30
* Comply with pep8Jarrod Millman2017-07-251-46/+55
* Remove is_valid_degree_sequence deprecated in 2013Jarrod Millman2017-07-251-22/+22
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-5/+5
* Never import the atlas graph generator by default.Eugenio Piasini2013-12-071-5/+17
* Change graphicality testing function namesAric Hagberg2013-01-131-13/+13
* Add faster tests for graphical sequences.Brian Cloteaux2013-01-131-14/+60
* Allow iterators as input in is_valid_degree_sequenceAric Hagberg2012-01-061-0/+6
* Test more conditions in graphical tests.Aric Hagberg2011-12-071-0/+10
* Refactor large degree_seq.py into pieces and put non-generator pieces in algo...Aric Hagberg2011-11-031-0/+52