Re: Tests Best Practices

2015-04-14 Thread Cory Johns
José, That's a good point that we definitely need recommended best practices for writing charm tests. I am also behind using the built-in unittest[1] library to organize and structure the tests. I am also behind encouraging combining tests inside test cases where possible, with the caveat that

Re: Tests Best Practices

2015-04-14 Thread José Antonio Rey
I'd like to hear, what are other problems or common things people encounter when writing tests? On 04/14/2015 11:07 AM, Cory Johns wrote: As Nate pointed out, I forgot the link. _ [1]: https://docs.python.org/2/library/unittest.html On Tue, Apr 14, 2015 at 1:59 PM, Cory Johns

Tests Best Practices

2015-04-09 Thread José Antonio Rey
Hello everyone, A couple days ago I was going through the docs, and found out that there are not best practices or recommendations for tests. Now that we are trying to ensure quality, I believe it would be a good idea to have them. I know that one of the benefits of Juju being so open is