alexfertel / bulloak

Generate tests based on the Branching Tree Technique.
https://bulloak.dev
Apache License 2.0
260 stars 14 forks source link

Bulloak VSCode extension #41

Open PaulRBerg opened 1 year ago

PaulRBerg commented 1 year ago

Features:

I imagine that this is an idea for the long term and that it may be overkill at the moment.

PraneshASP commented 11 months ago

I recently added basic support for scaffolding and .tree files to vscode-solidity-inspector extension. Let me know if you would like this feature to be available as a standalone extension. Any feedback is greatly appreciated! TIA :))

Preview:

https://github.com/PraneshASP/vscode-solidity-inspector/assets/42379522/2a3d591b-bc80-46cc-88c9-7e4faa0bb043

alexfertel commented 11 months ago

Ooooh! @PraneshASP, that looks amazing! I'll take a good look tomorrow, but I love what I see!

What were your thoughts when parsing errors? Was it too cumbersome? I would be happy to make them more composable/easier to parse.

EDIT: Ah, I see that parsing the .tree is implemented separately from scaffolding, so you aren't checking the output from bulloak. Nonetheless, that's awesome!