Page 1 of 1

Test cases?

Posted: Fri Feb 03, 2012 7:25 pm
by unhuman
Code seems like it has been written in conjunction with test cases. Are there any available? They would make understanding the code a lot easier as well as give me a foundation for developing the features I'm working on in a more efficient manner.

Thanks!

Re: Test cases?

Posted: Fri Feb 03, 2012 10:34 pm
by maschoff
We have JUnit test classes, of course, but they are only up to date for the main trunk and, therefore, some of them will fail in conjunction with the official 2011 release.

Re: Test cases?

Posted: Mon Feb 06, 2012 10:59 pm
by unhuman
Sure. So, my question then becomes, could some of them be shared as part of the sharing of source code? Perhaps prune the ones that fail and let the community grow the ones that are functional?

Certainly understand the business expense of potentially sharing them and that extra cost... I certainly would have trouble sharing back my work without extensive test cases.

Thanks so much! This seems like something we are really going to be able to leverage.

-Howie