6 lines
106 B
Python
6 lines
106 B
Python
from etl.definitions import defs
|
|
|
|
|
|
def test_def_can_load():
|
|
assert defs.get_job_def("all_assets_job")
|