devbisme / KiPart

Python package for generating multi-unit schematic symbols for KiCad from a CSV file.
MIT License
174 stars 46 forks source link

Add Travis CI badge #43

Closed johnthagen closed 4 years ago

xesscorp commented 4 years ago

Thanks. I'm not sure how automated testing will work for this. Most of the tests I run using a makefile that looks for differences between a library generated by KiPart and a "golden" library. Any differences indicate a potential problem (although not always). This isn't done using the pytest framework, and I'm not sure what will happen with Travis.