Extend the package schema to include a /test folder. In that folder will be a series of .dyn files that use the nodes in your package. The automated system for package testing will do the following:
- Download your package.
- Open each .dyn file in the /tests folder and do the following:
- Execute
- Check for dummy nodes.
- Check for errors.
- Send an email to the package maintainer with the status of the package.
Extend the package schema to include a
/testfolder. In that folder will be a series of .dyn files that use the nodes in your package. The automated system for package testing will do the following: