gattia / pymskt

Python Musculoskeletal Tools
11 stars 4 forks source link

Break down existing tests to test one function at at time #8

Open gattia opened 2 years ago

gattia commented 2 years ago

Tests in bone_surface_data_test.py in particular test multiple things at one. These tests should have simpler steps that test a single function at a time.

create_bone_mesh_test.py does a better job, but still not perfect.