Remove nose in tests

Merged Yannick DAYER requested to merge remove-nose into master

Removed nose.tools.eq_(x,y) and replaced them by assert x == y as pytest automatically "augments" the assert error messages.

Merge request reports