CEA-COSMIC / pysap-mri

MRI external plugin for Python Sparse data Analysis Package
Other
43 stars 18 forks source link

Fix Coverage issues #29

Closed chaithyagr closed 5 years ago

chaithyagr commented 5 years ago

This PR fixes the coverage issues earlier which did not count right. We are now at 53% of coverage now. @LElgueddari , we may need more tests, but that will be a separate PR

chaithyagr commented 5 years ago

I tried that method too, somehow it didn't catch any tests. I'll check it again locally.

chaithyagr commented 5 years ago

There were many minor issues while using nosetests. I have moved to use pytest and we work very similar to modopt now. I have added the setup.cfg now.