juhasch / pyBusPirateLite

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

Fix tests and move to pytest #29

Closed jdpatt closed 2 years 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.