[vWIP] expand Network fixtures for consistent test setup - #1257
[vWIP] expand Network fixtures for consistent test setup#1257SatvikSaluja wants to merge 2 commits into
Conversation
|
Please see my comment #1247 (comment) |
|
Hello Satvik, Since we did not receive a GSOC contributor for our test-refactoring project, I would like to "reactivate" the three PRs that you made that began some of the work, including #1247, #1251, and #1257. You would not be obligated to continue contributing to them since you'll be working on the Synapse project, but this way you still get credit for the work you've already done on them. Would you please recreate the branch used for this PR ( |
This PR expands the Network fixtures in conftest.py to support multiple network configurations (default, no drives, small mesh, and 3x3 mesh).
It also introduces a shared
default_paramsfixture to avoid duplicated parameter-loading logic.Part of #1118.