Testing copperspice

Discuss anything related to product development
Post Reply
ahmedcharles
Posts: 7
Joined: Mon Feb 22 2016 12:03 am

Testing copperspice

Post by ahmedcharles »

Does copperspice have tests that I can use to verify changes that I make?
ansel
Posts: 150
Joined: Fri Apr 10 2015 8:23 am

Re: Testing copperspice

Post 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.
Ansel Sermersheim
CopperSpice Cofounder
ahmedcharles
Posts: 7
Joined: Mon Feb 22 2016 12:03 am

Re: Testing copperspice

Post 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
Post Reply