This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Add tests for connection lines starting from pins #3
Labels
test
Something wrong or not covered in the test suites
In d53d183 I added to the functionality that allows a Pin to be used instead of a Net for a lot of cases.
Should write tests for that.
Perhaps make a Connectable protocol: something that implements
.connect
,.__lshift__
and.__rshift__
. Pin and Net would both support it.The text was updated successfully, but these errors were encountered: