Page 1 of 1

Testing copperspice

Posted: Wed Feb 24 2016 9:07 am
by ahmedcharles
Does copperspice have tests that I can use to verify changes that I make?

Re: Testing copperspice

Posted: Sat Feb 27 2016 4:29 pm
by ansel
CopperSpice does not currently have an automated regression test suite. The testing methodology we have been using is to build the KitchenSink application and do a brief smoke test through the functionality there.

This summer, as we start to do major work on the core library functionality we will be building automated regression tests as we go.

Re: Testing copperspice

Posted: Mon Feb 29 2016 12:10 am
by ahmedcharles
Thanks, I got it working on my mac and things seem to work once I fixed a typo that results in infinite recursion: https://github.com/copperspice/copperspice/pull/26