3 lines
105 B
Python
3 lines
105 B
Python
|
def test_import_testdata():
|
||
|
import testdata # pylint: disable=unused-import,import-outside-toplevel
|