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