summaryrefslogtreecommitdiff
path: root/networkx/generators/tests/test_atlas.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-3/+3
* Format w/ blackJarrod Millman2020-07-101-1/+1
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-2/+2
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* Remove nose from generatorsJarrod Millman2019-10-121-5/+5
* Remove unused importsJarrod Millman2019-10-121-2/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-8/+8
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-2/+3
* Update tests in generatorsAric Hagberg2016-07-311-2/+3
* Notes exceptions to degree sequence order in atlasJeffrey Finkelstein2016-06-051-6/+8
* Moves Graph Atlas to data file.Jeffrey Finkelstein2016-06-051-53/+66
* Never import the atlas graph generator by default.Eugenio Piasini2013-12-071-3/+10
* Use unittest style testsaric2010-08-091-0/+55