Package: python-forbiddenfruit / 0.1.4-2

Metadata

Package Version Patches format
python-forbiddenfruit 0.1.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pytest.patch | (download)

Makefile | 3 1 + 2 - 0 !
development.txt | 3 2 + 1 - 0 !
tests/unit/test_forbidden_fruit.py | 7 4 + 3 - 0 !
3 files changed, 7 insertions(+), 6 deletions(-)

 port to pytest

Port the test suite to pytest, given that nose is unmaintained
and does not work with modern Python versions.  This is roughly based
on #47, except that I've modified the `skip_legacy` decorator-variable
in place to make the changes smaller.