summaryrefslogtreecommitdiff
path: root/networkx/classes/tests
Commit message (Expand)AuthorAgeFilesLines
* Test dispatching via nx-loopback backend (#6536)Jim Kitchen2023-03-281-0/+83
* Fix len operation of UnionAtlas (#6478)Dan Schult2023-03-141-2/+2
* Ignore weakrefs when testing for memory leak (#6466)Erik Welch2023-03-111-1/+14
* Allow first argument to be passed as kwarg in dispatcher (#6471)Dan Schult2023-03-111-0/+14
* Lint using Ruff (#6371)danieleades2023-02-196-107/+107
* 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
* Update pytest (#6165)Jarrod Millman2022-11-012-12/+12
* Improve test coverage for digraph class (#6130)Alimi Qudirah2022-10-271-0/+4
* Improve test coverage for multidigraph class (#6131)Alimi Qudirah2022-10-271-0/+4
* Improve test coverage for graph class (#6105)Alimi Qudirah2022-10-251-0/+5
* Improve test coverage for multigraph class (#6101)Alimi Qudirah2022-10-211-0/+3
* 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
* Add cache reset for when G._node is changed (#5894)Dan Schult2022-07-251-0/+5
* Attempt to reverse slowdown from hasattr needed for cached_property (#5836)Dan Schult2022-07-164-10/+34
* Update tests in base class and simple rename in convert.py (#5848)Dan Schult2022-07-152-10/+52
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-123-100/+4
* Remove deprecated function nx.info (#5759)Mridul Seth2022-06-211-32/+0
* Remove copy methods for Filter* coreviews (#5776)Mridul Seth2022-06-211-69/+0
* Some more changes to make pytest-randomly happy (#5719)Mridul Seth2022-06-091-1/+5
* Another catch by pytest-randomly (#5685)Mridul Seth2022-06-021-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-0210-14/+26
* Update subgraph views tests to pass with out of order execution (#5683)Mridul Seth2022-06-021-2/+10
* Fix __setstate__ for OutEdgeView subclasses, read _adjdict from state (#5657)Mridul Seth2022-05-201-0/+29
* Cache edges, degree, adj properties of Graph classes (#5614)Dan Schult2022-05-113-1/+23
* Cache `nodes` property on Graph (#5600)Stefan van der Walt2022-05-081-0/+4
* Fixed wrong dict factory usage on MultiDiGraph (#5456)FabianBall2022-04-043-0/+74
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-1/+1
* Drop Py37 (#5143)Jarrod Millman2021-10-232-2/+2
* Style changes (#5022)Dan Schult2021-08-142-12/+3
* Fix graph_class usage in to_undirected method (#4912)Tomohiro Endo2021-06-221-0/+47
* Raise ValueError if None is added as a node. (#4892)Dan Schult2021-06-152-5/+16
* add special processing of `multigraph_input` upon graph init (#4823)Dan Schult2021-05-272-3/+89
* Refactor testing utilities (#4829)Jarrod Millman2021-05-267-119/+114
* Update black (#4814)Jarrod Millman2021-05-181-2/+2
* TST: be more explicit about instance comparison. (#4748)Ross Barnowski2021-04-211-3/+3
* Increase coverage in graphviews.py (#4418)Dan Schult2020-12-031-1/+12
* Skip memory leak test for PyPy (#4385)Dan Schult2020-11-241-0/+4
* Improve test coverage for coreviews.py (#4355)Dan Schult2020-11-161-4/+78
* 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
* Updates to slicing error message for reportviews (#4304)Ross Barnowski2020-11-121-0/+26
* TST: improve multigraph test coverage to 100% (#4340)Ross Barnowski2020-11-121-0/+11
* TST: Refactor to improve coverage. (#4307)Ross Barnowski2020-10-311-2/+4
* Add descriptive error message for Node/EdgeView slicing. NEXP2 (#4300)Mridul Seth2020-10-301-0/+26
* Add nx.info to str dunder for graph classes (#4241)Ross Barnowski2020-10-092-2/+10
* Format w/ black==20.8b1Jarrod Millman2020-10-061-1/+1
* 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