You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace Nosetests with Pytest as test runner (nilearn#419)
* Replace nosetests with pytest as test runner
* Replaced yield asserts with standard asserts (pytest unsupported)
* Replaced nilearn with nistats references
* Fixed: Makefile uses tabs not spaces
* Moved pytest-cov to always install so --cov option always works
* Skip testing reporting module when no matplotlib
* Skip testing reporting module when no matplotlib - 2
* Skip testing reporting module when no matplotlib - 3
0 commit comments