[Kicad-developers] QA tests, first experiment

2013-09-21 Thread Miguel Angel
It doesn't look bad. I only used the standard "unitest" framework from python. It doesn't only look like a good way to keep the API binding/contract checked, but to do pcbnew unit testing from python-land. http://bazaar.launchpad.net/~kicad-testing-committers/kicad/testing/revision/4336 + http

Re: [Kicad-developers] QA Tests

2013-09-18 Thread Miguel Angel
http://martinfowler.com/bliki/TestPyramid.html Interesting read on the topic. Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo 2013/9/16 Miguel Angel > I have drafted a blueprint, on how we could implement a QA system from the > python-side. > > https://blueprints.

[Kicad-developers] QA Tests

2013-09-16 Thread Miguel Angel
I have drafted a blueprint, on how we could implement a QA system from the python-side. https://blueprints.launchpad.net/kicad/+spec/python-pcbnew-qa-tests The specifications are free to edit or comment. If you have a moment, please give it a read, and comment on this thread. Also ideas on what