summaryrefslogtreecommitdiff
path: root/networkx/generators/tests
Commit message (Expand)AuthorAgeFilesLines
* Example of improving test granularity related to #5092 (#5094)Ross Barnowski2023-05-131-23/+36
* Fix typos (#6620)Harri Nieminen2023-04-041-3/+3
* Lint using Ruff (#6371)danieleades2023-02-194-22/+22
* Update developer requirements (#6429)Jarrod Millman2023-02-147-16/+15
* Added tests to test_directed.py. (#6208)Michael Holtz2023-02-121-0/+44
* Improve handling of create_using to allow Mixins of type Protocol (#6244)Dan Schult2023-01-181-0/+10
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-052-4/+4
* fix whitespace issue in 'networkx.generators.tests.test_internet_as_g… (#6324)danieleades2023-01-041-20/+6
* Improvements and test coverage for `line.py` (#6215)Ludovic Stephan2023-01-021-46/+72
* Adding a test to verify that a NetworkXError is raised when calling n… (#6265)reneechebbo2022-12-131-0/+6
* Improve test coverage expanders stochastic graph generators (#6073)Abangma Jessika2022-11-101-0/+11
* Completed Testing in community.py resolves issue #6184 (#6185)Michael Holtz2022-11-091-12/+106
* added coverage in generators/tree.py (#6082)Paula Pérez Bianchi2022-10-251-0/+13
* Improve test coverage expanders line graph generators solved (PR for issue #6...Okite chimaobi Samuel2022-10-181-1/+16
* Minor updates to expanders generator tests (#6027)Ross Barnowski2022-10-111-47/+46
* Fix warnings from running tests in randomized order (#6014)Ross Barnowski2022-10-061-1/+1
* Attempt to reverse slowdown from hasattr needed for cached_property (#5836)Dan Schult2022-07-161-1/+1
* Check that nodes have "pos" attribute in geometric_edges (#5707)Ross Barnowski2022-06-241-0/+9
* Remove deprecated functions make_small_graph and make_small_undirected_graph ...Mridul Seth2022-06-161-9/+0
* Add initial_graph parameter to scale_free_graph and deprecate create_using (#...Ross Barnowski2022-06-071-0/+6
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-0222-35/+48
* More tests for clustering (upstreaming from graphblas-algorithms) (#5673)Erik Welch2022-06-021-0/+2
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-311-2/+2
* Adjust the usage of nodes_or_number decorator (#5599)Dan Schult2022-05-122-30/+116
* Update black (#5438)Mridul Seth2022-03-294-7/+7
* Fix line graph construction for heterogeneous nodes (#5357)jkudla2022-03-011-0/+6
* MAINT: Remove unnecessary helper functions, use inbuilt methods for line grap...Mridul Seth2022-02-131-50/+47
* Use from_dict_of_lists instead of make_small_graph in generators.small (#5267)Ross Barnowski2022-01-271-0/+25
* Make small graph generator node test more specific. (#5282)Ross Barnowski2022-01-271-22/+22
* Drop Py37 (#5143)Jarrod Millman2021-10-232-39/+19
* Improve random graphs test suite for gnp generators (issue #5092) (#5115)Simone Gasperini2021-10-181-72/+92
* Get number of edges by calling the proper method (#5095)Simone Gasperini2021-09-211-11/+11
* Fix fast_gnp_random_graph for directed graphs (issue #3389) (#5077)James Trimble2021-09-201-0/+21
* Style changes (#5022)Dan Schult2021-08-141-4/+1
* Refactor testing utilities (#4829)Jarrod Millman2021-05-269-62/+61
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-11/+11
* Add `initial_graph` parameter to simple and dual Barábasi-Albert random grap...Ludovic Stephan2021-05-191-104/+99
* Update black (#4814)Jarrod Millman2021-05-182-5/+5
* Adding an iterative version of prefix tree (#4640)cpurmessur2021-03-131-60/+76
* Deprecate generate_unique_node (#4545)Dan Schult2021-02-011-3/+3
* binomial_tree() with "create_using parameter (#4461)R. Bernstein2020-12-151-4/+6
* Standard imports (#4401)Jarrod Millman2020-12-072-7/+7
* Format w/ black==20.8b1Jarrod Millman2020-10-063-23/+9
* Format w/ blackJarrod Millman2020-07-1025-349/+562
* Ran pyupgrade --py36plusJarrod Millman2020-07-101-2/+2
* Add an implementation for interval_graph and its unit tests (#3705)Jangwon Yie2020-07-081-0/+120
* Raise NetworkXError when k < 2 (#3761)Folgert Karsdorp2020-07-061-0/+3
* Fix issue #3926 (#3928)Songyu-Wang2020-05-311-0/+2
* add paley graph (#3900)sauxpa2020-04-201-0/+21
* reconsider the lobster generator (#3822)Austin Orr2020-02-201-0/+31