rattler-build
rattler-build copied to clipboard
Implement downstream tests
We currently parse downstream tests (and serialize them) but we do not execute them.
To execute a downstream test, we need to resolve for the downstream package (with our current package as a dependency of the downstream package), and then execute the tests for that package.
If the resolving fails, then we should ignore that.