|
|
|
|
|
by marcrosoft
2528 days ago
|
|
Tests are perfect for "do outputs match what I expect". If you don't know what you are expecting yet just to `t.Error("")`. When you are done fiddling around and want to solidify what you expect add the `if foo != expectation`. |
|