summaryrefslogtreecommitdiffstats
path: root/tests/file_hjson.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>
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
2018-11-30upgrade serde-hjson to v0.8.2 so we can have consistent error ckeckEugeen Sablin
2018-09-25Fix #75; tests run with --no-default-featuresRyan Leckey
2018-07-02Run rustfmt (nightly)Ryan Leckey
2018-04-09Use `try_into` instead of deprecated `deserialize`Aleksey Ivanov
2017-09-01Added HJSON (Human-Readable JSON) as a config file formatRaphael Cohn