Files
scikit-image/skimage/novice/tests/__init__.py
T
Steven Silvester 1b905d4cef More cleanup and updating of tests
Clean up setup_test and add a teardown_test method

Implement new setup/teardown in novice tests

Fix warning handling in pil_plugin

Update rank tests
2014-12-23 16:50:50 -06:00

10 lines
132 B
Python

from skimage._shared.testing import setup_test, teardown_test
def setup():
setup_test()
def tearDown():
teardown_test()