mf2py
mf2py copied to clipboard
mf2py should use py.test
py.test looks like it is the future of testing in Python and nose is falling into obscurity. Lots of libraries have switched over already. Anyone got any good reason mf2py shouldn't?
I've used and liked py.test on other projects; porting over should be pretty trivial. Bridgy and friends just use unittest, and that's also fine (but would require a little more work to change to since everything has to be in a class)
Merging into #175.