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 upRegrtest summary #12
Regrtest summary #12
Conversation
|
This is awesome and adds a lot of information to the page :D Also, neat way to add them with partials! I have some comments on styles/colors, but those are really minor details/up to the maintainer discretion. I would ditch the "rust"/"orange" color that I originally used as a background for the header and maybe use black instead. black is more neutral and might go better with the green/yellow/red. The css class is rustpython.github.io/assets/style.css Lines 253 to 259 in c14ba36 (it is not the best class name now that I think of it ;p ) also for the bar height, maybe 20px instead of 40?
|
|
Looks great! |

Ryex commentedMay 27, 2020
Add summaries for tests to quickly see passed | skipped | failed information
Screenshots:

This adds an
includefor a result summary: thisincludecan also do a badge like SVG ifsvg=trueis passed. but defaults to the table block seen above.it can do both if
svg=trueandtable=trueare passed at the same time.passing just
table=truegets you just the table.I slightly modified the template to allow this include to be added to the right of the head for test groups.