summaryrefslogtreecommitdiff
path: root/networkx/classes/tests/test_digraph.py
Commit message (Expand)AuthorAgeFilesLines
* Improve test coverage for digraph class (#6130)Alimi Qudirah2022-10-271-0/+4
* Attempt to reverse slowdown from hasattr needed for cached_property (#5836)Dan Schult2022-07-161-3/+19
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-2/+3
* Cache edges, degree, adj properties of Graph classes (#5614)Dan Schult2022-05-111-0/+9
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-2/+2
* Format w/ blackJarrod Millman2020-07-101-39/+45
* Add method to clear edges only (#3477)Paolo Lammens2020-07-051-0/+21
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-2/+2
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* avoid duplicate tests due to imports (#3684)Dan Schult2019-10-241-7/+5
* Enable ThinGraph tests (#3681)Jarrod Millman2019-10-231-34/+34
* PEP8 fixesJarrod Millman2019-10-181-4/+4
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-12/+11
* Remove unused importsJarrod Millman2019-10-121-3/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-86/+86
* Fix graph/digraph testsStefan van der Walt2019-10-121-33/+43
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-20/+21
* First round of pytest fixesStefan van der Walt2019-10-121-2/+2
* change variable names to avoid kwargs clobber (#2824)Dan Schult2018-01-101-1/+1
* Simplify base classes. (#2604)Dan Schult2017-08-121-3/+3
* Next attempt to meld graphviews with base classes (#2593)Dan Schult2017-08-121-3/+1
* Ensure `digraph.reverse` respects hashable objects (#2489)Jarrod Millman2017-06-281-131/+150
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-41/+25
* Add graph view classes for nodes/edge/degrees (#2458)Dan Schult2017-06-131-11/+4
* Update predecessors/successors in edge subgraphdigraph-edge-subgraphJeffrey Finkelstein2017-02-261-0/+14
* Base class testsAric Hagberg2016-07-311-7/+7
* Extra testsPim Otte2016-07-301-0/+4
* 2205: Adding support for specific data retrival of edges through in_edges (Di...Pim Otte2016-07-301-0/+10
* Adds an edge-induced subgraph method for graphs.Jeffrey Finkelstein2016-01-141-0/+19
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-66/+30
* Merge pull request #1589 from MridulS/succprediterDan Schult2015-06-171-10/+10
|\
| * Remove successors_iter() and predecessors_iter(). G.successors() and G.predec...Mridul Seth2015-06-121-10/+10
* | Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-15/+16
* | Fix big for iterator input for digraph.degreeDan Schult2015-06-161-0/+7
|/
* Change node lookups to G.node instead of G.adjDan Schult2012-02-051-0/+4
* Split Graph class tests that rely on data structure or edge attributes.Dan Schult2011-07-281-77/+74
* Change degree() and friends to accept weight= keyword instead of weighted=Dan Schult2011-06-181-6/+14
* DiGraph and MultiDigraph reverse(copy=True) methods don't make a proper copy ...Aric Hagberg2011-06-091-0/+16
* More imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-101-2/+0
* Add reciprocal option in to_undirected().Aric Hagberg2010-09-281-2/+7
* Remove iteritems 2ism and add test.aric2010-08-071-0/+12
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-3/+3
* Remove with_labels keyword from *degree() methods.aric2010-04-151-9/+9
* Merge attrgraph branch into trunkaric2009-08-111-50/+40
* Add in_edges_iter() and in_edges() to DiGraph and MultiDiGrapharic2008-12-211-4/+43
* Unify tests and code in add_edges_from() for all classes.dschult2008-12-021-5/+8
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-0/+185