You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
279 B
9 lines
279 B
5 years ago
|
""" testing the __ini__ file """
|
||
5 years ago
|
|
||
|
|
||
5 years ago
|
def test_import_api():
|
||
4 years ago
|
from sensospot_data import ExposureInfo # noqa: F401
|
||
4 years ago
|
from sensospot_data import run # noqa: F401
|
||
5 years ago
|
from sensospot_data import parse_file # noqa: F401
|
||
|
from sensospot_data import parse_folder # noqa: F401
|