summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests/test_tournament.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-8/+12
* Test on Python 3.10 (#4807)Jarrod Millman2021-10-241-1/+2
* Increase code coverage tournament (#4665)cpurmessur2021-03-141-90/+115
* Format w/ blackJarrod Millman2020-07-101-0/+1
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-5/+5
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Remove unused importsJarrod Millman2019-10-121-3/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-16/+16
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-1/+5
* Adds functions operating on tournament graphs.Jeffrey Finkelstein2015-11-011-0/+138