Refactor tests into utility unit tests and bigger unit tests #115
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
Googlers see b/206698957.
For functions that are small utility functions, they should be in a separate unit test file since
tests/test_unit.py
is getting rather large. Will keep usingtests/test_unit.py
for bigger tests for stuff like checking docstring parsing, but not for utility functions likefind_package_group
.The text was updated successfully, but these errors were encountered: