According to the http://nose.readthedocs.io/en/latest all tests
... should consider using Nose2, py.test, or just plain unittest/unittest2.
However, I can't seem to make Pycharm use it instead of nose. Is there some setting I can configure so that it uses nose2 to do its testing instead of nose?
EDIT: Nose2 is included in my Project Interpreter's list of packages
However, I can't run any tests (which is why I asked this question)