summaryrefslogtreecommitdiff
path: root/networkx/classes/tests/historical_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-2/+2
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+2
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+1
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-11/+11
* TST: be more explicit about instance comparison. (#4748)Ross Barnowski2021-04-211-3/+3
* Add nx.info to str dunder for graph classes (#4241)Ross Barnowski2020-10-091-1/+0
* Format w/ blackJarrod Millman2020-07-101-163/+204
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-3/+3
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* PEP8 fixesJarrod Millman2019-10-181-15/+15
* Remove nose from classesJarrod Millman2019-10-121-9/+9
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-114/+112
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-11/+12
* Deleted tests that were hidden due to name clash. (#2867)Mads Jensen2018-02-171-33/+8
* Misc. typos (#2872)luzpaz2018-02-141-1/+1
* Removed unused imports (#2653)James Lamb2017-10-011-1/+0
* Doc ordered graph classes (#2516)Jarrod Millman2017-07-161-254/+245
* Remove "fail" and "error" from names of test functionsDan Schult2016-02-061-1/+1
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-19/+13
* Merge pull request #1588 from MridulS/neigbhorsiterDan Schult2015-06-171-3/+3
|\
| * Remove neighbors_iter, G.neighbors() now returns an iterator instead of listMridul Seth2015-06-121-3/+3
* | Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-11/+11
* | Update changes to G.nodes()Mridul Seth2015-06-161-1/+1
* | Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-8/+7
|/
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-21/+18
* More imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-101-1/+0
* Switch old graph/digraph tests to unittest stylearic2010-08-101-0/+481