예제 #1
0
def test_get_plugin():
    plugin = cli._get_plugin(destroy)
    assert plugin
예제 #2
0
def test_get_plugin():
    plugin = cli._get_plugin(reset)
    assert plugin
예제 #3
0
파일: test_exec.py 프로젝트: peick/cleanenv
def test_get_plugin():
    plugin = cli._get_plugin(exec_)
    assert plugin
예제 #4
0
파일: test_link.py 프로젝트: peick/cleanenv
def test_get_plugin():
    plugin = cli._get_plugin(link)
    assert plugin