コード例 #1
0
ファイル: test_package.py プロジェクト: WMGoBuffs/biokit
def test_install_packages():
    package.install_package("truncnorm")
コード例 #2
0
def test_install_packages():
    d = dun.CreateDummy()
    d()
    package.install_package('dummytest_1.0.0.tar.gz', verbose=True)
    d._clean()
コード例 #3
0
ファイル: test_package.py プロジェクト: WMGoBuffs/biokit
def test_install_packages():
    d = dun.CreateDummy()
    d()
    package.install_package('./dummy/dummytest_1.0.0.tar.gz', verbose=True) 
    d._clean()
コード例 #4
0
def test_install_packages():
    package.install_package("truncnorm")