fix a potential bug that list_parsers_by_extension() try to access to a protected member '_extensions' in anyconfig.backend.backends |
|
More...
|
over 10 years ago
|
try to silence pylint warns a definition of a function 'cmp' overwrite built-in, in anyconfig.backend.backends |
|
More...
|
over 10 years ago
|
make _dummy_fun returning None (when no xml modules available) and process such cases in etree_to_container (xml backend) |
|
More...
|
over 10 years ago
|
make _dummy_fun returns a empty dict to make parser returning empty result even if yaml moduel is not found in yaml backend |
|
More...
|
over 10 years ago
|
add a hack to silence pyflakes warns that some modules are imported but not used in anyconfig.compat |
|
More...
|
over 10 years ago
|
fix a potential bug that kwarg parameter sep not used in anyconfig.backend.ini_._to_s |
|
More...
|
over 10 years ago
|
add some doctest cases of anyconfig.tests.common.MaskedImportLoader |
|
More...
|
over 10 years ago
|
update 'anyconfig_cli --help' output and add an example of ignore_missing use case in REAMDE |
|
More...
|
over 10 years ago
|
update the changelog in the rpm spec to prepare for the next release 0.0.5 |
|
More...
|
over 10 years ago
|
make xml backend loader worked although it nees a lot more work |
|
More...
|
over 10 years ago
|
change the name of function from etree_getroot_fromfile to etree_getroot_fromsrc as it can process not only file but also URLs, etc. in anyconfig.backend.xml_ |
|
More...
|
over 10 years ago
|
just change comment expression at the lxml import line |
|
More...
|
over 10 years ago
|
just re-format logging messages in anyconfig.backend.xml_ |
|
More...
|
over 10 years ago
|
Merge branch 'coverage' |
|
More...
|
over 10 years ago
|
start to try implement test cases if modules are missing in anyconfig.backend.tests.yaml_ |
|
More...
|
over 10 years ago
|
implement custom module loader to block importing some modules for testing in anyconfig.tests.common |
|
More...
|
over 10 years ago
|
add missing test cases of some options like list, wrong one and itpye/otype combinations in anyconfig.cli |
|
More...
|
over 10 years ago
|
add -x/--ignore-missing option to allow ignoring missing files in anyconfig_cli, and a corresponding test case |
|
More...
|
over 10 years ago
|
introduce 'ignore_missing' optional parameter to anyconfig.backend.json_.JsonConfigParser.load; it does not simply inherit the parent's method |
|
More...
|
over 10 years ago
|
introduce 'ignore_missing' optional parameter to ignore missing config file[s] in anyconfig.apy.*load() |
|
More...
|
over 10 years ago
|
introduce 'ignore_missing' optional parameter to ignore missing config files in anyconfig.backend.base.ConfigParser |
|
More...
|
over 10 years ago
|
add some test cases of anyconfig.mergeabledict not covered |
|
More...
|
over 10 years ago
|
just update the header and an unit test case class name in anyconfig.tests.globals |
|
More...
|
over 10 years ago
|
add some not covered test cases missing loader/dumper in anyconfig.api |
|
More...
|
over 10 years ago
|
add a coupld of doctest cases of quoted string patterns |
|
More...
|
over 10 years ago
|
add a test case of anyconfig.backend.backends.cmp_cps |
|
More...
|
over 10 years ago
|
tweak working dir during tests |
|
More...
|
over 10 years ago
|
add coveralls badge |
|
More...
|
over 10 years ago
|
add coveralls settings |
|
More...
|
over 10 years ago
|
add coveralls as additional test requirements |
|
More...
|
over 10 years ago
|