-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
Description
There have been repeated examples with releases which pass tests in repo but have resulted in released artifacts to PyPI to and Homebrew with serious problems.
- Refactor the CLI integration tests to allow for optional testing against an external
planemocommand. - Extend
make releasewith some real testing. After publishing to test PyPI:- Create a temp virtualenv.
- Install all dependencies
- Install planemo from test pypi.
- run release tests.
Reactions are currently unavailable