summaryrefslogtreecommitdiffstats
path: root/tests/errors.rs
AgeCommit message (Collapse)Author
2021-03-14Rename try_into/try_fromMatthias Beyer
Because of the clash in names with the TryInto and TryFrom traits, we're renaming the functions here to try_serialize/try_deserialize. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-03-13Fix imports for new crate nameMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Tested-by: Matthias Beyer <mail@beyermatthias.de>
2021-03-13Fix expected error messageMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-10-01Run cargo-fmtMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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
Related to #83, but doesn't solve that specific problem :-(. That specific error message ("missing field") comes from somewhere else than this library.
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