mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 02:47:01 +08:00
10 lines
118 B
Python
10 lines
118 B
Python
from ..testing import setup_test, teardown_test
|
|
|
|
|
|
def setup():
|
|
setup_test()
|
|
|
|
|
|
def teardown():
|
|
teardown_test()
|