summaryrefslogtreecommitdiffstats
path: root/tests/errors.rs
AgeCommit message (Expand)Author
2023-10-23Introduce an error test case for deserialising a whole structIan Jackson
2023-02-02Attach key to type error generated from Config::get_<type>()Yuya Nishihara
2023-02-02Fix test for error stringMatthias Beyer
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2021-12-29silence/address unused code warningsDaniel Eades
2021-12-29de-glob importsDaniel Eades
2021-12-29remove 'extern crate' importsDaniel Eades
2021-12-29use explicit imports for macrosDaniel Eades
2021-11-23rename try_into to try_deserialize to avoid confusionConrad Ludgate
2021-08-15Rename MapImpl to MapDavid Orchard
2021-08-15Remove unnecessary uses for feature/mapDavid Orchard
2021-08-15Move order preservation under a feature gateDavid Orchard
2021-08-15Use LinkedHashMap in place of HashMapDavid Orchard
2021-05-15Support format json5up9cloud
2021-05-08Make ConfigBuilder's method consumingRadosław Kot
2021-05-08Modify tests to use both ConfigBuilder and ConfigRadosław Kot
2021-04-09Ensure order in the galaxy... I mean the importsMatthias Beyer
2021-03-26Remove Config::new()Matthias Beyer
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 testsRyan Leckey
2019-04-14update toml to v0.5Constantin Nickel
2018-12-30Tracking a path where an error happens during deserializationMichal 'vorner' Vaner
2018-11-10support reading enums from configEugeen Sablin
2018-09-25Fix #75; tests run with --no-default-featuresRyan Leckey
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-22Implement Source for Vec<T: Source> and From<Path> for FileRyan Leckey
2017-06-03Add many more testsRyan Leckey
2017-06-02Started playing with error testsRyan Leckey