summaryrefslogtreecommitdiff
path: root/networkx/classes/tests/test_function.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-3/+3
* Update developer requirements (#6429)Jarrod Millman2023-02-141-2/+2
* Add clear edges method to the list of methods to be frozen by the nx.… (#6190)Adam Richardson2022-11-151-0/+13
* Minor docstring touchups and test refactor for `is_path` (#5967)Ross Barnowski2022-09-081-12/+10
* Change is_path to return False when node not in G instead of raising exceptio...pmlpm19862022-09-061-0/+4
* Remove deprecated function nx.info (#5759)Mridul Seth2022-06-211-32/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+3
* Style changes (#5022)Dan Schult2021-08-141-2/+1
* Raise ValueError if None is added as a node. (#4892)Dan Schult2021-06-151-5/+5
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-38/+38
* Refactor and improve test coverage for restricted_view and selfloop_edges (#4...Ross Barnowski2020-11-131-47/+91
* Test and document missing nodes/edges in set_{node/edge}_attributes (#4346)Ross Barnowski2020-11-131-92/+145
* MAINT: Update nx.info (#4193)Andrew Eckart2020-10-011-19/+2
* Add function to calculate path cost for a specified path (#4069)Danny Niquette2020-07-261-0/+27
* Allow G.remove_edges_from(nx.selfloops_edges(G)) (#4080)Dan Schult2020-07-201-0/+25
* Format w/ blackJarrod Millman2020-07-101-95/+150
* Fixing docs for nx.info(), along with necessary tests (#3893)Pradeep Reddy Raamana2020-04-061-0/+4
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* PEP8 fixesJarrod Millman2019-10-181-4/+4
* PEP8 fixes to testsJarrod Millman2019-10-181-9/+9
* Remove nose from classesJarrod Millman2019-10-121-20/+20
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-113/+113
* Fix test_function checksStefan van der Walt2019-10-121-13/+12
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-14/+16
* adding support for singleton in add_path and add_star (#3285)Tanay Gahlot2019-01-021-0/+23
* Deleted a duplicated test_random_graph in bipartite.tests.test_genera… (#2790)Mads Jensen2018-02-021-3/+3
* fix add_path to add the first node when the length of the given node list is oneSanghack Lee2017-11-181-0/+36
* Unravel subgraph chains (#2635)Dan Schult2017-08-261-0/+8
* Comply with pep8Jarrod Millman2017-08-171-0/+1
* Simplify base classes. (#2604)Dan Schult2017-08-121-9/+25
* Next attempt to meld graphviews with base classes (#2593)Dan Schult2017-08-121-0/+11
* Remove automatic assignment of G.name from many generators (#2557)Dan Schult2017-07-271-0/+1
* Refactor set_node_attributes() and set_edge_attributes() (#2553)Michael E. Rose2017-07-261-22/+55
* Doc ordered graph classes (#2516)Jarrod Millman2017-07-161-96/+106
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-4/+4
* Base class testsAric Hagberg2016-07-311-2/+12
* Fix tests.Valentin Lorentz2016-07-301-2/+2
* Fix tests failing because of ordering issues.Valentin Lorentz2016-07-301-18/+19
* Remove methods add_path/star/cycle and fix miscDan Schult2016-02-021-1/+1
* Add functions for add_path/star/cycleDan Schult2016-02-021-0/+43
* #1849 modified test case for create_empty_copy()Varun2015-11-171-6/+6
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-7/+7
* Solve merge conflictsMridul Seth2015-06-171-5/+5
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-16/+15
* Add is_empty() and update is_weighted() to cover empty graph.chebee7i2015-04-291-0/+9
* Rename to is_negatively_weighted, minor docstring edits.chebee7i2015-04-291-12/+27
* Some code fixesThodoris Sotiropoulos2015-04-271-9/+9
* Style changesKonstantinos Karakatsanis2015-04-161-1/+1
* Add negative_weights functionKonstantinos Karakatsanis2015-04-151-0/+21