Report is misaligned on 3digit tests #712
Closed
Comments
Unfortunately we cannot know a priori how many columns are needed to display the results. We could expand this to 3 digits, but you would still get the same problem if you had over 999 tests. The same issue also occurs if you have more than 99 warnings or skips for a given context (admittedly less rare). The simple solution would be to use 3 digits for tests and 2 for everything else, which should handle the majority of cases. |
jimhester
added a commit
to jimhester/testthat
that referenced
this issue
Mar 30, 2018
jimhester
added a commit
to jimhester/testthat
that referenced
this issue
Apr 4, 2018
jimhester
added a commit
that referenced
this issue
Apr 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A tiny issue. Bars are misaligned when more than 100 tests per context are involved:
The text was updated successfully, but these errors were encountered: