4 lines
68 B
Python
4 lines
68 B
Python
def test_import():
|
|
import testdata
|
|
from testdata import run
|
def test_import():
|
|
import testdata
|
|
from testdata import run
|