Problem faced
Currently each private function is being tested for parsing elements. This can be strict for this application and is less maintainable.
Improvement proposal
Convert existing tests to directly call parse_element_data. Use the topologically_full_grid fixture as it can cover all logic.
Community Meeting
Problem faced
Currently each private function is being tested for parsing elements. This can be strict for this application and is less maintainable.
Improvement proposal
Convert existing tests to directly call
parse_element_data. Use thetopologically_full_gridfixture as it can cover all logic.Community Meeting