Re: [Kicad-developers] Regression Testing

2013-05-17 Thread Dick Hollenbeck
On May 17, 2013 5:00 PM, "Brian Sidebotham" wrote: > > On 17 May 2013 22:08, Dick Hollenbeck wrote: >> >> On 05/07/2013 08:01 AM, Brian Sidebotham wrote: >> > On 7 May 2013 13:51, Dick Hollenbeck > wrote: >> > >> > On 05/06/2013 04:36 PM, Brian Sidebotham wrote: >> > > This turned into ju

Re: [Kicad-developers] Regression Testing

2013-05-17 Thread Dick Hollenbeck
On May 17, 2013 9:44 PM, "Kaspar Bumke" wrote: > > It just occurred to me that a case for Python3 can genuinely be made > as an Enum type is on it's way into the standard libraries. > That should prove to be quite handy when binding C++. > > http://www.python.org/dev/peps/pep-0435/ 2.7.4 on windo

Re: [Kicad-developers] Regression Testing

2013-05-17 Thread Kaspar Bumke
It just occurred to me that a case for Python3 can genuinely be made as an Enum type is on it's way into the standard libraries. That should prove to be quite handy when binding C++. http://www.python.org/dev/peps/pep-0435/ On 17 May 2013 23:00, Brian Sidebotham wrote: > On 17 May 2013 22:08, Di

Re: [Kicad-developers] line endings

2013-05-17 Thread Brian Sidebotham
On 13 May 2013 03:08, Dick Hollenbeck wrote: > > >> Could we also try to standardize on line ends? sadly bzr doesn't handle > >> automatic conversion like svn:eol-style, and diffs come out with ugly > >> results. Just a personal suggestion, they don't give actually much > >> trouble. > >> > > > >

Re: [Kicad-developers] Regression Testing

2013-05-17 Thread Dick Hollenbeck
On 05/07/2013 08:01 AM, Brian Sidebotham wrote: > On 7 May 2013 13:51, Dick Hollenbeck > wrote: > > On 05/06/2013 04:36 PM, Brian Sidebotham wrote: > > This turned into just a set of notes about CTest and Boost.Test: > > > > CTest integrates well with CMak

Re: [Kicad-developers] Regression Testing

2013-05-17 Thread Andrew Seddon
> Keyboard recording has the advantage that you can create the dialog automaton portion > simply by walking through keystrokes, as if you were a user. That sounds like a lean way > to develop and record a portion of a test. Verifying the operation that gets done after > that might require a way t

Re: [Kicad-developers] Regression Testing

2013-05-17 Thread Dick Hollenbeck
On 05/17/2013 10:41 AM, Kaspar Bumke wrote: > I would like to get more involved in KiCad development and testing is > an interest I am currently developing. > > I have just set up a framework to test SooperLooper (an audio > live-looping program written in C++) using Python[1]. To do this I > made

Re: [Kicad-developers] Regression Testing

2013-05-17 Thread Kaspar Bumke
On 17 May 2013 16:41, Kaspar Bumke wrote: > Unfortunately I cannot compare it to any C++ > testing frameworks. Just to clarify, by that I mean I have no experience with any frameworks besides Python's unittest and nose. ___ Mailing list: https://launc

Re: [Kicad-developers] Regression Testing

2013-05-17 Thread Kaspar Bumke
I would like to get more involved in KiCad development and testing is an interest I am currently developing. I have just set up a framework to test SooperLooper (an audio live-looping program written in C++) using Python[1]. To do this I made bindings using SWIG and used Python's native unittest m