summaryrefslogtreecommitdiff
path: root/networkx/algorithms/operators/tests/test_binary.py
Commit message (Expand)AuthorAgeFilesLines
* Handle weights as `distance=` in testing dispatch (#6671)Erik Welch2023-05-131-1/+2
* Allow multiple graphs for `@nx._dispatch` (#6628)Jim Kitchen2023-04-251-0/+19
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-3/+3
* Improve intersection function (#4588)ldelille2021-02-021-6/+50
* Format w/ blackJarrod Millman2020-07-101-79/+99
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-13/+13
* PEP8 fixes to testsJarrod Millman2019-10-181-18/+18
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-12/+12
* Remove unused importsJarrod Millman2019-10-121-1/+1
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-102/+93
* replace idiom from networkx import * in test filesDan Schult2019-10-121-62/+23
* Full join operation and cograph generator (#3503)Efraim Rodrigues2019-07-181-0/+106
* Pep8 fixesJarrod Millman2018-01-201-143/+153
* Simplify base classes. (#2604)Dan Schult2017-08-121-5/+5
* Merge pull request #1714 from stsouko/masterDan Schult2015-08-131-0/+7
|\
| * merge data of G and H instead replace.Ramil Nugmanov2015-08-071-0/+7
* | Remove successors_iter() and predecessors_iter(). G.successors() and G.predec...Mridul Seth2015-06-121-1/+1
|/
* Forbid mixing multigraphs and graphs in operatorsAric Hagberg2013-08-251-0/+38
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-6/+6
* Update attribute handling in operators so that attributes of last graph take ...Aric Hagberg2012-06-121-1/+1
* Split tests of unary and binary operators.Aric Hagberg2012-04-151-38/+0
* Move operators.py and product.py to subdirectory operators/Aric Hagberg2012-04-151-0/+308