コード例 #1
0
def test_cosmic_info():
    c = COSMICInfo()
    assert c.get(930301, 'SAMPLE_NAME') == 'VMRC-MELG'
コード例 #2
0
def test_onweb():
    r = COSMICInfo()
    r.on_web(924100)
コード例 #3
0
def test_cosmic():
    r = COSMICInfo()
    r.get(924100)
    r.get('924100')
    r.get(924100, colname='SAMPLE_NAME')
    r.get(1000000000)
コード例 #4
0
def test_cosmic_info():
    c = COSMICInfo()
    assert c.get(930301, 'SAMPLE_NAME') == 'VMRC-MELG'
コード例 #5
0
def test_cosmic():
    r = COSMICInfo()
    r.get(924100)
    r.get('924100')
    r.get(924100, colname='SAMPLE_NAME')
    r.on_web(924100)
    r.get(1000000000)
コード例 #6
0
def test_onweb():
    r = COSMICInfo()
    r.on_web(924100)