hmeine / qimage2ndarray

qimage2ndarray is a small python extension for quickly converting between QImages and numpy.ndarrays (in both directions).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert tests from nose to pytest

hmeine opened this issue · comments

I have been preferring pytest ever since I discovered it, and CircleCI also seems to have better support for it (at least the docs in the python orb mention only pytest and std unittest). Therefore, it would be nice to convert the existing tests (which do import from nose, so some simple code changes are obviously necessary).

This could also help with skipping the 16bit tests (#16) and hence with the release (#22).