brodieG / unitizer

Easy R Unit Tests
Other
39 stars 7 forks source link

Provide tools to easily extract test results from return value of `unitize` #96

Open brodieG opened 9 years ago

brodieG commented 9 years ago

Technically we can retrieve the stuff out of the unitizers that are returned, but this isn't well documented, etc.

brodieG commented 8 years ago

Right now we're returning a data.frame; perhaps should be a unitizer with a show method that produces the data.frame? I think part of the challenge here is that meta data is needed that is not technically part of the unitizer (e.g. whether test passed or not, etc.).

This may be closeable, but need to remember a bit more what was going on a year ago when we opened this.