summaryrefslogtreecommitdiff
path: root/networkx/algorithms/bipartite/tests
Commit message (Expand)AuthorAgeFilesLines
* Improve test coverage for redundancy.py (#6551)Navya Agarwal2023-03-281-0/+6
* Improve test coverage for edgelist.py (#6507)Navya Agarwal2023-03-171-0/+37
* Lint using Ruff (#6371)danieleades2023-02-193-4/+4
* Update developer requirements (#6429)Jarrod Millman2023-02-142-2/+1
* Improve testing of bipartite projection. (#6196)Michael Holtz2023-02-051-0/+9
* Tests added in test_centrality.py (#6200)Michael Holtz2022-11-141-0/+16
* Update pytest (#6165)Jarrod Millman2022-11-011-1/+1
* Fix typo in bipartite closeness_centrality and thought-o in tests (#5800)Dan Schult2022-06-211-2/+2
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-027-19/+24
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-312-2/+2
* Adjust the usage of nodes_or_number decorator (#5599)Dan Schult2022-05-121-22/+20
* Fixes #5403: Errors on non-distinct bipartite node sets (#5442)Aaron Z2022-05-082-0/+10
* Fix functions appearing in variables `__all__` but not in docs for NX2.7 (#5289)Dan Schult2022-02-011-8/+8
* Refactor testing utilities (#4829)Jarrod Millman2021-05-263-75/+75
* Use pytest.approx (#4827)Jarrod Millman2021-05-212-19/+18
* TST: be more explicit about instance comparison. (#4748)Ross Barnowski2021-04-211-2/+2
* Fix to_vertex_cover (#4667)Han Jaeseung2021-03-181-0/+10
* Standard imports (#4401)Jarrod Millman2020-12-073-10/+6
* Update documentation of minimum weight full matching (#4062)Søren Fuglede Jørgensen2020-07-101-0/+12
* Format w/ blackJarrod Millman2020-07-1010-488/+573
* Remove completeness condition from minimum weight full matching (#4057)Søren Fuglede Jørgensen2020-07-091-9/+10
* Upgrade to Py36 syntaxJarrod Millman2020-01-015-8/+7
* Remove shebang from non-executablesJarrod Millman2019-11-114-4/+0
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-113-23/+0
* Enable tests (#3678)Jarrod Millman2019-10-211-1/+1
* PEP8 fixesJarrod Millman2019-10-182-6/+12
* PEP8 fixes to testsJarrod Millman2019-10-183-15/+16
* Remove old Python 2 codeJarrod Millman2019-10-181-19/+6
* Remove nose.tools.SkipTestJarrod Millman2019-10-124-34/+13
* Remove 'from nose.tools import *'Jarrod Millman2019-10-122-22/+19
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-126-53/+48
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-122-25/+26
* Remove unused importsJarrod Millman2019-10-125-6/+2
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-1210-193/+193
* replace idiom from networkx import * in test filesDan Schult2019-10-121-68/+68
* Use class methods for class setup/teardownStefan van der Walt2019-10-126-45/+48
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Implement minimum weight full matching of bipartite graphs (#3527)Søren Fuglede Jørgensen2019-08-071-1/+107
* Update copyrightJarrod Millman2019-03-301-1/+1
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-2/+79
* Attempt to fix random test fail in bipartite.generators (#3015)Dan Schult2018-06-161-3/+5
* Fix a few bugs to allow bipartite generators accept empty lists. (#2962)Haochen Wu2018-05-031-0/+33
* Add test case for not complete random bipartite graph. (#2963)Haochen Wu2018-05-031-1/+14
* Allow bipartite configuration model for empty graph (#2961)Haochen Wu2018-05-031-0/+11
* Deleted a duplicated test_random_graph in bipartite.tests.test_genera… (#2790)Mads Jensen2018-02-021-1/+1
* Pep8 fixesJarrod Millman2018-01-209-746/+750
* Update copyrightJarrod Millman2018-01-201-1/+1
* Simplify base classes. (#2604)Dan Schult2017-08-121-4/+4