superdesk/newsroom

Integrate pytest instead of nosetests

Closed this issue · 4 comments

pytest is modern tool for testing in Python world. It is active, the latest version from 2017-08-09.

The latest version of nose: https://pypi.python.org/pypi/nose/1.3.7 from 2015-06-02
There is also nose2 (same author) https://pypi.python.org/pypi/nose2/0.6.5 from 2016-06-29

Docs: https://docs.pytest.org/en/latest/
For BDD: https://pypi.python.org/pypi/pytest-bdd

newsroom project has a little tests yet, so it'll be easy to transform it, I can help with this step.

@petrjasek, @akintolga what do you think?

looks good, be my guest 😉

Sounds good to me too 👍

Great, I'm going to integrate it today

Ready in #9 :)