nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 397 forks source link

Add nosetests3 to console_scripts for Python3 #1084

Closed bxsx closed 3 years ago

bxsx commented 5 years ago

Using generic nosetests3 instead of minor-version oriented pattern is more compatible for packages that use nosetests. Apart from increased compatibility coverage, I recently noticed few packages that uses nosetests3 in their tests. Sounds like it should be fixed at this level.

jszakmeister commented 5 years ago

FYI: nose is no longer maintained. You should really look at nose2.

bxsx commented 5 years ago

FYI: nose is no longer maintained. You should really look at nose2.

ah! this is what I was thinking after looking into recent history. thanks for letting me know. i was cleaning up some stuff here, thanks for saving my time 👍

jszakmeister commented 5 years ago

You're welcome!