boa icon indicating copy to clipboard operation
boa copied to clipboard

recipes as tests, test-mode

Open wolfv opened this issue 5 years ago • 2 comments

It would be great if recipes could also act as first-class "test" scripts that people use in CI to test their packages. That would allow users to only use one source of truth for testing & releasing.

To make this happen, I propose boa test

with boa test, boa would skip all logic wrt to relocation and packaging, and just build the recipe, then install the test requirements and run the things from the test section.

wolfv avatar Oct 02 '20 09:10 wolfv

See this: https://conda-forge.org/docs/user/ci-skeleton.html

beckermr avatar Oct 02 '20 13:10 beckermr

thanks @beckermr didn't see this before! Very cool

wolfv avatar Oct 02 '20 13:10 wolfv