eblot / pyftdi

FTDI device driver written in pure Python
Other
509 stars 212 forks source link

tests: allow tests to run under pytest #356

Closed markmentovai closed 7 months ago

markmentovai commented 1 year ago

This makes it possible to run tests that do not require physical devices under pytest. These tests will now function under pytest:

Two main changes are made:

eblot commented 7 months ago

Merged in 8e1f4db / e2b4ac4. Thanks and sorry for the delay