def test_cosmic():
    r = COSMICInfo()
    r.get(924100)
    r.get('924100')
    r.get(924100, colname='SAMPLE_NAME')
    r.on_web(924100)
    r.get(1000000000)
def test_cosmic():
    r = COSMICInfo()
    r.get(924100)
    r.get('924100')
    r.get(924100, colname='SAMPLE_NAME')
    r.on_web(924100)
    r.get(1000000000)
Пример #3
0
def test_cosmic_info():
    c = COSMICInfo()
    assert c.get(930301, 'SAMPLE_NAME') == 'VMRC-MELG'
def test_cosmic_info():
    c = COSMICInfo()
    assert c.get(930301, 'SAMPLE_NAME') == 'VMRC-MELG'