jd-boyd / python-lzo

Python bindings for the LZO data compression library
GNU General Public License v2.0
74 stars 41 forks source link

Migrate from nose to pytest as nose is now all but dead upstream #66

Closed chewi closed 1 year ago

chewi commented 1 year ago

The yield mechanism is no longer supported in pytest, so this has been replaced with @pytest.mark.parametrize. However, this means executing the tests directly as __main__ can no longer work.

jd-boyd commented 1 year ago

Thank you and merry Christmas.