Files
scikit-image/skimage/data/tests/__init__.py
T
2015-07-11 15:41:37 -05:00

10 lines
127 B
Python

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