brittle icon indicating copy to clipboard operation
brittle copied to clipboard

Brittle TAP test framework

Results 24 brittle issues
Sort by recently updated
recently updated
newest added

Output buffering hinders debuggability, particular where chronology is important. By design nested child output requires reordering (so the subtest asserts go into the correct nested place). However, nested child tap...

In testing the gui lib of you know what, we import solo from brittle and apply it with no arguments at the top of the file. All tests in all...

currently the output is skipped, but the test still executes

Just adding here to keep track of this request. I may perhaps be able to contribute this eventually. Been wanting to make a VS Code extension for some time. Links:...

Support an opt-in that converts console.log/info/error/etc messages into TAP comments. Benefits: * clean tap output * in concurrent mode, console.log messages will appear as tap comments among the relevant surrounding...

This pull request changes the `solo` behaviour from the execution of only the last solo test to the execution of all the solo tests. It is convinient is the case...

Specifying the `opts` for a subtest doesn't seem to do anything (e.g. to skip a test or mark it as a todo). Using the equivalent exported functions seems to work...