summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2021-03-14Update dependency: rust-ini: 0.13 -> 0.16Fabio Valentini
2021-03-13Fix imports for new crate nameMatthias Beyer
2021-03-13Fix 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
2018-04-09[Close #70] Support newtype struct deserializationAleksey Ivanov
2018-04-08Fix initialy set arr pathXX
2018-02-13add test for prefix with variant forms of spellingChristian Fochler
2018-01-29add default prefix separatorChristian Fochler
2018-01-28add tests for environment handlingChristian Fochler
2017-09-01Added HJSON (Human-Readable JSON) as a config file formatRaphael Cohn
2017-08-05Fix tests and put back .deserialize as deprecated0.7.0Ryan Leckey
2017-07-30Impl Config for Source to allow merging whole configs; closes #28Ryan Leckey
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-22Add a test to ensure we can get dates out of configRyan Leckey
2017-06-22Implement Source for Vec<T: Source> and From<Path> for FileRyan Leckey
2017-06-16Support subscript access on path get/setRyan Leckey
2017-06-14Merge branch 'feature/with_name' of https://github.com/JordiPolo/config-rs in...Ryan Leckey
2017-06-13Add (failing) test for File::with_nameRyan Leckey
2017-06-13Add test for a missing keyRyan Leckey
2017-06-13Ensure config keys are case insensitiveRyan Leckey
2017-06-13Add more tests on filesRyan Leckey
2017-06-13Add YAMLRyan Leckey
2017-06-13Add JSONRyan Leckey
2017-06-13:shirt: Fix clippy warningsRyan Leckey
2017-06-03Add many more testsRyan Leckey