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 upAdding tracking of arbitrary test parameters #2
Conversation
…esults to data.frame
…additional parameters
… (similar to checkmate.tinytest)
Codecov Report
@@ Coverage Diff @@
## master #2 +/- ##
=====================================
- Coverage 85% 34% -51%
=====================================
Files 2 4 +2
Lines 20 50 +30
=====================================
Hits 17 17
- Misses 3 33 +30
Continue to review full report at Codecov.
|
|
Really nice work -- thank you! |
I implemented a set of
*_xlfunctions (one for eachtinytestexpect_*method) that append any extra parameters to the attributes of the test results. There's also a method,makeDataFrame, that can collect these arbitrary test attributes and return a data.frame.