summaryrefslogtreecommitdiff
path: root/networkx/algorithms/bipartite/tests/test_matrix.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-4/+4
* Format w/ blackJarrod Millman2020-07-101-11/+11
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* PEP8 fixesJarrod Millman2019-10-181-4/+0
* Remove nose.tools.SkipTestJarrod Millman2019-10-121-11/+5
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-13/+13
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-6/+6
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-1/+1
* Pep8 fixesJarrod Millman2018-01-201-34/+34
* Remove "fail" and "error" from names of test functionsDan Schult2016-02-061-6/+6
* Merge bipartite reader/writer, adj matrixAric Hagberg2015-03-081-0/+90