summaryrefslogtreecommitdiff
path: root/networkx/classes/tests/test_multigraph.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-10/+10
* Improve test coverage for multigraph class (#6101)Alimi Qudirah2022-10-211-0/+3
* Update tests in base class and simple rename in convert.py (#5848)Dan Schult2022-07-151-8/+50
* Fixed wrong dict factory usage on MultiDiGraph (#5456)FabianBall2022-04-041-0/+16
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-1/+1
* Style changes (#5022)Dan Schult2021-08-141-10/+2
* add special processing of `multigraph_input` upon graph init (#4823)Dan Schult2021-05-271-0/+89
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-8/+8
* TST: improve multigraph test coverage to 100% (#4340)Ross Barnowski2020-11-121-0/+11
* Format w/ blackJarrod Millman2020-07-101-87/+107
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-3/+2
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* avoid duplicate tests due to imports (#3684)Dan Schult2019-10-241-2/+3
* PEP8 fixesJarrod Millman2019-10-181-6/+6
* PEP8 fixes to testsJarrod Millman2019-10-181-15/+15
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-10/+10
* Remove unused importsJarrod Millman2019-10-121-3/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-68/+68
* Fix multigraph checksStefan van der Walt2019-10-121-24/+32
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-11/+12
* First round of pytest fixesStefan van der Walt2019-10-121-1/+1
* Pep8 fixesJarrod Millman2018-01-201-1/+1
* change variable names to avoid kwargs clobber (#2824)Dan Schult2018-01-101-1/+1
* Simplify base classes. (#2604)Dan Schult2017-08-121-22/+14
* Next attempt to meld graphviews with base classes (#2593)Dan Schult2017-08-121-13/+27
* Allow more flexible multigraph add_edges_from options (#2519)Dan Schult2017-07-171-6/+16
* Doc ordered graph classes (#2516)Jarrod Millman2017-07-161-167/+168
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-30/+33
* Add graph view classes for nodes/edge/degrees (#2458)Dan Schult2017-06-131-1/+7
* Fix tests failing because of ordering issues.Valentin Lorentz2016-07-301-7/+8
* Fix add_path in tests for edge_subgraphDan Schult2016-02-071-14/+14
* Adds an edge-induced subgraph method for graphs.Jeffrey Finkelstein2016-01-141-8/+87
* Merge pull request #1638 from MridulS/adjiterDan Schult2015-07-031-2/+2
|\
| * Update adjacency_iter() method to adjacency() and remove adjacency_list()Mridul Seth2015-07-031-2/+2
* | Make selfloop methods return iterator instead of list in MultiGraph classMridul Seth2015-07-021-2/+2
|/
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-7/+7
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-1/+1
* Allow .remove_edges_from() to work with 4-tuples (u,v,k,d) for multi(di)graph.Dan Schult2012-06-201-1/+16
* Add tests to classes to cover missing cases.Aric Hagberg2011-11-181-0/+18
* Split Graph class tests that rely on data structure or edge attributes.Dan Schult2011-07-281-122/+103
* More imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-101-2/+0
* Change subgraph to create a copy of the connectivitydschult2010-03-051-23/+20
* Add documentation and adjust tests for remove_edge() change.aric2009-10-161-6/+10
* Update docstrings... add default values for optional argumentsdschult2009-08-131-0/+11
* Merge attrgraph branch into trunkaric2009-08-111-42/+122
* Merged multigraph-dict branch 1138:1161 into trunk. Addresses #225aric2009-02-271-28/+40
* Fix case in MultiGraph and MultiDiGraph where twoaric2009-01-121-0/+10
* Rename get_edge() to get_edge_data(). Now returns None asaric2008-12-221-3/+4
* Unify tests and code in add_edges_from() for all classes.dschult2008-12-021-2/+8
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-0/+111