Exemplo n.º 1
0
def test_init_from_args(with_ete3):
    if not with_ete3:
        assert True
    else:
        Plot.init_from_args("")
Exemplo n.º 2
0
def test_init_from_args(dummy=False):
    if dummy:
        assert True
    else:
        plot = Plot.init_from_args("")