Re: PSA: Written a test for charms? Please read

2015-11-30 Thread Jay Wren
It may be worth mentioning that even if you didn't create the charm or write the amulet tests this may effect you. If you are trying to update a charm, even with an entirely unrelated feature, your proposed changes will not be accepted until tests pass. It is up to us as the unrelated feature auth

PSA: Written a test for charms? Please read

2015-11-30 Thread Marco Ceppi
Hello everyone, This issue has popped up a few times in the community now and I'd like to make it clear for those creating charms and writing tests with Amulet how to access the data for each unit deployed in the test. Given the following example: d = amulet.deployment() d.add('service')