summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2021-07-10Split tests to one test per caselog-deserMatthias Beyer
2021-07-10Add testcase for lowercase log::Level deserializationMatthias Beyer
2021-07-10Add test for log::Level deserializationMatthias Beyer
2021-07-03Add test for async builderRadosław Kot
2021-06-08Fix: Remove trailing commaMatthias Beyer
2021-05-15Support format json5up9cloud
2021-05-08Use ConfigBuilder in env.rs testsRadosław Kot
2021-05-08Make ConfigBuilder's method consumingRadosław Kot
2021-05-08Modify tests to use both ConfigBuilder and ConfigRadosław Kot
2021-05-04Fix env tests, remove unused importJohn Brandt
2021-05-04more environment variable parsing testsJohn Brandt
2021-05-04Renames parse_numbers to try_parsingJoel Gallant
2021-05-04Uses into_* for value conversions and adds bool as an optionJoel Gallant
2021-05-04Adds 'parse_numbers' options for EnvironmentJoel Gallant
2021-04-20Add support for RON formatLevente Morva
2021-04-09Ensure order in the galaxy... I mean the importsMatthias Beyer
2021-03-28Rename get_str() → get_string() to match returned typeCaleb Maclennan
2021-03-26Add tests for json value arrayMatthias Beyer
2021-03-26Merge pull request #184 from matthiasbeyer/config-only-default-constructorMatthias Beyer
2021-03-26Fix custom separator for group prefixesLyuben Todorov
2021-03-26Remove Config::new()Matthias Beyer
2021-03-18Make function only available in testsMatthias Beyer
2021-03-18port to rust-ini 0.16Fabio Valentini
2021-03-04Fix expected error messageMatthias Beyer
2020-10-01Run cargo-fmtMatthias Beyer
2020-09-07Use `display` method on PathBuf in testsrdkt13
2020-09-06Fix paths in tests expectations for all platformsrdkt13
2019-12-07Fix test for enum keys as auto lowercase was disabledRyan Leckey
2019-12-07Merge pull request #119 from vorner/universal-map-keysRyan Leckey
2019-12-07Remove automatic lowercaseRyan Leckey
2019-12-07Fix testsRyan Leckey
2019-08-22Allow arbitrary types of map keysMichal 'vorner' Vaner
2019-05-09Merge pull request #107 from nickelc/toml0.5Ryan Leckey
2019-05-09Remove try_defaults_from and set_defaults (for now) as '#[serde(default)]' wo...Ryan Leckey
2019-04-14update toml to v0.5Constantin Nickel
2019-04-08Fix annoying 'invalid type: unit value, expected struct Settings' errortyranron
2019-04-08Bootstrap solutiontyranron
2018-12-30Tracking a path where an error happens during deserializationMichal 'vorner' Vaner
2018-11-30Merge pull request #87 from geniusisme/genius_isme/bump_hjsonRyan Leckey
2018-11-30upgrade serde-hjson to v0.8.2 so we can have consistent error ckeckEugeen Sablin
2018-11-10support reading enums from configEugeen Sablin
2018-09-25Fix #75; tests run with --no-default-featuresRyan Leckey
2018-09-25Use a build config on Environment instead of a feature flag for #78Ryan Leckey
2018-09-26Treat empty environment variables as unsetPhil Booth
2018-07-02Update readme/changelog for 0.9Ryan Leckey
2018-07-02Run rustfmt (nightly)Ryan Leckey
2018-07-02Merge branch 'feature/ini' of https://github.com/woodgear/config-rsRyan Leckey
2018-07-02Merge branch 'master' of https://github.com/limbo-rs/config-rsRyan Leckey
2018-06-15support inisaber.wu
2018-04-09Use `try_into` instead of deprecated `deserialize`Aleksey Ivanov