-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Babashka support #14
Conversation
More examples here of what works and what doesnt: rich-comment-tests/bb/test_rct_with_bb.bb Lines 9 to 45 in 2888610
|
Ok turns out missing file and line numbers are due to babashka/babashka#1451 |
Now all that's missing is Matcho, described here: HealthSamurai/matcho#7 It's a small enough codebase that I can always just fork it. |
2e78e36
to
e799269
Compare
Ok so this is complete, pending file names and line numbers in Babashka, which will work as of the next release, at which time I'll uncomment the following test: rich-comment-tests/bb/test_rct_with_bb.bb Lines 41 to 43 in e799269
|
I'm opening this PR to track progress, but it's not quite ready to merge yet.
So far we have
;=>
assertions from Babashka, albeit without file names / numbers.;=>>
assertions (mirroring whatever matcho supports out of the box).