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
Can I implement Default for Settings struct? I want to build more tests for this app, on this app is important to know the input/output of certain key functions. For example this one: print_unicode, you send it a GitGraph as input argument and it outputs a triplet of String<Vec>
By having the tests we can have living documentation on what every function has. A Default implementation for Settings will help me to build test data on the tests.
The text was updated successfully, but these errors were encountered:
Can I implement
Default
for Settings struct? I want to build more tests for this app, on this app is important to know the input/output of certain key functions. For example this one: print_unicode, you send it aGitGraph
as input argument and it outputs a triplet ofString<Vec>
By having the tests we can have living documentation on what every function has. A Default implementation for
Settings
will help me to build test data on the tests.The text was updated successfully, but these errors were encountered: