heroku / heroku/buildpacks-python
Explore using `insta` for build output tests
Open
internal
- Dominant language
- Rust
- Stars
- 33
- Forks
- 3
- Avg merge
- 12h 51m
- Merged PRs (30d)
- 9
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:
https://github.com/heroku/buildpacks-python/blob/bb0264c8bb0c8b429951c97bf9fdfb894bb78878/tests/pip_test.rs#L13-L32
I'd like to try out the `insta` crate for these instead:
https://insta.rs/
GUS-W-19248257.
Contributor guide
Assessment
This issue has not been assessed yet.