Exemplo n.º 1
0
def test_detect():
    assert BloDataSet.detect_params(path=str(BLO_TESTDATA_PATH))
Exemplo n.º 2
0
def test_detect():
    assert BloDataSet.detect_params(
        path=str(BLO_TESTDATA_PATH),
        executor=InlineJobExecutor()
    )["parameters"]