The original nose for nicer testing, converted to Python 3, cleaned and maintained
This is a drop-in replacement for 'nose'.
python3 -m pip install nose-py3
- plugins depending on python2 won't work as the code has been changed to be python3 compatible by default (python2 code has been removed).
- currently pycharm won't work with it (if you use it's own runner). All errors that it had thrown have been fixed, now it simply refuses to find any tests. Commandline usage still works, I consider this a pycharm bug.