bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
657 stars 199 forks source link

Remove usage of testify #122

Closed kroppt closed 2 years ago

kroppt commented 3 years ago

A low-level library like this should have as few dependencies as possible. Removing the use of testify will simplify dependency resolution in dependee projects (and their dependees). There are not many tests, so I think the framework is not needed.

kroppt commented 2 years ago

I ran a test with go mod vendor on a project using this library, and I found that it wasn't being pulled in, so it likely doesn't matter in fact.