Re: [Kicad-developers] Eeschema unit testing

2019-05-23 Thread John Beard
Hi Wayne, On 16/05/2019 20:12, Wayne Stambaugh wrote: I absolutely would like to see more Eeschema unit testing. I'm going to need it when I start on the new file format code. Of course the usual caveats like don't break anything apply. I have pushed the first couple of commits for this. It

Re: [Kicad-developers] Eeschema unit testing

2019-05-16 Thread Wayne Stambaugh
John, On 5/9/19 6:49 PM, John Beard wrote: > On 24/04/2019 13:38, John Beard wrote: > >> I have here a couple of patches that enable unit tests in eeschema's >> library code. > >> this is a proposal to merge the changes attached, at the cost of >> another heavy link. However, having a working ee

Re: [Kicad-developers] Eeschema unit testing

2019-05-09 Thread John Beard
On 24/04/2019 13:38, John Beard wrote: I have here a couple of patches that enable unit tests in eeschema's library code. this is a proposal to merge the changes attached, at the cost of another heavy link. However, having a working eeschema test suite will allow such things as eeschema's net

[Kicad-developers] Eeschema unit testing

2019-04-24 Thread John Beard
Hi, I have here a couple of patches that enable unit tests in eeschema's library code. Previously, when I got the eeschema tests "working", it turned out only the APIEXPORT'd functions were testable. This was the grand total of one function (SCH_IO_MGR::FindPlugin). Because we build the kiface sh