brodieG / unitizer

Easy R Unit Tests
Other
39 stars 6 forks source link

Visual Cue When Move on to Next Test #193

Open brodieG opened 7 years ago

brodieG commented 7 years ago

It is a bit disorienting when a test is accepted/rejected and the next test comes along with a lot of screen output. We need some visual cue to let us quickly track down where the new test starts. Some ideas:

brodieG commented 7 years ago

Another thought here was to have a right aligned post-prompt that tells you what happened:

unitizer> Y
                                                               [Y: test added to store]
> next_test()
[1] TRUE

unitizer>