def test_get_options(): ini = INI("test.ini") assert ini.get_options("section0") == [ "integer", "string", "none", "ndarray" ]
def test_get_options(): ini = INI("test.ini") assert ini.get_options("section0") == ["integer", "string", "none", "ndarray"]
def test_get_options(): ini = INI('test.ini') assert ini.get_options('section0') == ['integer', 'string', 'none', 'ndarray']