tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
233 stars 17 forks source link

Clean tests #80

Closed pckroon closed 7 years ago

pckroon commented 7 years ago

This is a small start for the cleaning of the tests. I suggest we work on this branch to streamline things a bit. tests_ode.py should be sane now. What testing framework do you use for running tests? Nose or PyTest? I was just told nose is no longer maintained, so I think I prefer pytest, but you pick.

pckroon commented 7 years ago

Note that commit 8a6c421 fixes #79

tBuLi commented 7 years ago

44e7b73 was long overdue, thanks ;)

pckroon commented 7 years ago

I noticed quite some tests 1) don't have docstrings and 2) don't assert anything. I would be happy to do something about this, but I can't, since I have no idea what they're supposed to do...