Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTweak runTests() output format #2764
Conversation
|
CI is currently failing with the following
|
|
That is a standard/consistent |
ecd7c76
into
master
Currently
runTests()returns a structure with a member that varies in type between a result value, NA, or an error object.This PR normalizes the format of the return value of
runTests()at the cost of some redundancy. The goal is to simplify consumption by downstream tools interested in test outcomes.Dev TODO