Open
Description
This buildpack's integration tests have a number of build output assertions, since build logs are a key part of the buildpack UX.
These are currently implemented using indoc
, eg:
buildpacks-python/tests/pip_test.rs
Lines 13 to 32 in bb0264c
I'd like to try out the insta
crate for these instead:
https://insta.rs/