You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a dilemma where there is a lot of redundant testing between transform tests and action tests. For example, if you look at split_note_test.h and split_note_action_test.h they're essentially identical.
Problem
There is hardly any test coverage of the models. A good step forward would be to add test files for each class, with at least one basic test.
The text was updated successfully, but these errors were encountered: