devbisme / skidl

SKiDL is a module that extends Python with the ability to design electronic circuits.
https://devbisme.github.io/skidl/
MIT License
1.04k stars 118 forks source link

Test fixes #105

Closed diagonalDave closed 3 years ago

diagonalDave commented 3 years ago

A small commit that fixes a couple of issues in the test suite. Some need your gentle touch (see below). This pull request was to check the end to end process before working on the index_parts changes. Travis issues: The tests all fail test_svg_5, I left a note on how this can be fixed (but can't fix it). Also removed isort from the travis file because it was failing due to the from future isort5 issue. Seems like a couple of files I didn't touch (pyspice files) failed the formatting check too.

xesscorp commented 3 years ago

Well done. Thanks!