I'm looking to get my nodejs layer[1] included at http://interfaces.juju.solutions and wanted to make sure that this charm can be properly tested. I noticed that a Makefile is generated during `charm-compose` and was curious how I can utilize that with amulet or whatever the preferred way to test charms is. The amulet documentation doesn't really go into how to actually run the tests locally so I can easily verify my charm. Is there a how-to on the preferred (blessed) way of testing charms locally?
For the curious my charm layer simply installs Node.js based on whatever version you set in the config (0.10, 0.12, 4.x) and will be used when deploying whatever node app you require. Oh one other thing, I didn't see how to pass config options in amulet's deploy so that I can test my different default versions from the config. 1: https://github.com/battlemidget/juju-layer-node Thanks!
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
