summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests/test_boundary.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+3
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-3/+3
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-7/+7
* Format w/ blackJarrod Millman2020-07-101-14/+15
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-2/+2
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* PEP8 fixes to testsJarrod Millman2019-10-181-3/+3
* replace assert_almost_equal and raises in algorithms/testsDan Schult2019-10-121-8/+6
* Remove unused importsJarrod Millman2019-10-121-1/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-45/+45
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Comply with pep8Jarrod Millman2017-08-171-4/+5
* Fix tests failing because of ordering issues.Valentin Lorentz2016-07-301-2/+3
* Adds functions for measuring cuts.Jeffrey Finkelstein2015-11-111-94/+151
* Remove randomness from test_petersen to avoid failsDan Schult2015-01-181-3/+3
* Restrict node boundary test cases to valid range.Aric Hagberg2010-09-201-5/+0
* Switch tests to unittest stylearic2010-08-101-0/+109