Refactor vf2pp modules and test files#6334
Conversation
61a11c7 to
ac2e479
Compare
|
+1 for this reorganization since the I took the liberty of removing the |
|
Thanks @rossbar ! |
|
@dschult I am ready to make the 3.0 release once this is merged. Let me know if I should wait for anything else. |
|
Thanks @jarrodmillman I don't know of anything else to wait for. Release away! |
* Refactor vf2pp modules and test files * fix comment typo * MAINT: rm vf2pp_helpers pkg from package data. * remove helpers from setup.py comment Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* Refactor vf2pp modules and test files * fix comment typo * MAINT: rm vf2pp_helpers pkg from package data. * remove helpers from setup.py comment Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* Refactor vf2pp modules and test files * fix comment typo * MAINT: rm vf2pp_helpers pkg from package data. * remove helpers from setup.py comment Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
This PR puts all the vf2pp modules into a single module, removing the subpackage vf2pp_helpers.
For the tests, it forms two test files:
The test files seemed too big to combine any more than this, but I suspect we can/will reduce their size over time via simplification and more focused unit testing.
Other items I changed for better white-space handling:
itertools.cycletoit.cycleby changing the importlabels_differenttolabels_manyI will adjust #6230 based on this new refactoring. I consider that as a separate issue and PR -- certainly harder to review.
Thoughts?