pyodide / pyodide-build

Tool for building packages targeting Pyodide
Mozilla Public License 2.0
5 stars 5 forks source link

TST Add integration tests for building recipes #16

Closed ryanking13 closed 1 month ago

ryanking13 commented 1 month ago

This adds an integration test for pyodide-build, which builds a few selected recipes.

Unlike unit test, integration tests are not run in CI by default. So users ned to run it locally, or include [integration] in the commit message to trigger the test.