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
Talked about it with @henriquemoody yesterday. This looks like awesome, but i would rather translate the message to something other than human readable strings; code for instance!
I've put little more thought to it. For simple messages, changing the code like i did in (https://gist.github.com/2149449) looks good. But when we have little more complex assertions like assertContains() we are going to have some trouble.
When importing a unit test body, we should translate the assertions to human-readable code. For example:
Generated documentation should look like this: https://gist.github.com/2146828
We should cover all assertions we could, but we can start with the simple ones.
The text was updated successfully, but these errors were encountered: