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