Ejemplo n.º 1
0
def test_detect_many_returns_empty_list_if_no_handler_found(fakefile):
    core.clear_registry()
    assert core.detect(fakefile, many=True) == []
Ejemplo n.º 2
0
def test_detect_single_returns_none_if_no_handler_found(fakefile):
    core.clear_registry()
    assert core.detect(fakefile, many=False) is None