示例#1
0
def test_get_options():
    ini = INI("test.ini")
    assert ini.get_options("section0") == [
        "integer", "string", "none", "ndarray"
    ]
示例#2
0
def test_get_options():
    ini = INI("test.ini")
    assert ini.get_options("section0") == ["integer", "string", "none", "ndarray"]
示例#3
0
def test_get_options():
    ini = INI('test.ini')
    assert ini.get_options('section0') == ['integer', 'string', 'none', 'ndarray']