juhasch / pyBusPirateLite

Python library for BusPirate
https://pybuspiratelite.readthedocs.io/en/latest/
Other
58 stars 33 forks source link

Fix tests and move to pytest #29

Closed jdpatt closed 1 year ago

jdpatt commented 4 years ago

Tests wouldn't run due to some imports and you had tests that just had pass. Fixed the imports and made the tests fail instead of falsely pass. Pytest will report them as expected to fail due to pytest.mark.xfail.