summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2023-10-23Introduce an error test case for deserialising a whole structIan Jackson
2023-10-06Fix clippy: Remove redundant closuresMatthias Beyer
2023-07-24Merge pull request #429 from bigduu/masterMatthias Beyer
2023-07-22Make the parse list key to lowercase when insert the keysbigduu
2023-07-20Fix test for fixed error message in rust-iniMatthias Beyer
2023-02-02Attach key to type error generated from Config::get_<type>()Yuya Nishihara
2023-02-02Fix test for error stringMatthias Beyer
2022-11-28Remove testMatthias Beyer
2022-11-28Split tests to one test per caseMatthias Beyer
2022-11-28Add testcase for lowercase log::Level deserializationMatthias Beyer
2022-11-28Add test for log::Level deserializationMatthias Beyer
2022-11-28Fix: Do not use deprecated functionMatthias Beyer
2022-09-29env: add a 'convert_case' field to ease dealing with kebab-caseDan Aloni
2022-09-17Merge pull request #354 from YounessBird/fix-uppercase-lowercase-issesMatthias Beyer
2022-09-06Fix FIXME in de.rs and value.rs.BratSinot
2022-08-02Duplicate test for type conversion with unsigned intMatthias Beyer
2022-08-02Fix json5 test: Remove artifact characterMatthias Beyer
2022-08-02Fix: Use float_cmp for testing floatsMatthias Beyer
2022-07-26Add test to deserialize unsigned intMatthias Beyer
2022-07-14values to test for case overridesYounessBird
2022-07-14tests for key overridesYounessBird
2022-06-28Use TryInto for more permissive deserialization for integersKesavan Yogeswaran
2022-06-01fix yaml to parse int keysYounessBird
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2022-04-18test: Adopt test-env to fix random test failureXuanwo
2022-04-10fix: dot in config nameCfirTsabari
2022-03-11chore: add the possibility to keep the prefix from env var.Jérémy Audiger
2022-02-28feat: env contains list of stringssimon-an
2022-02-24add prefix separator supportConrad Ludgate
2022-01-29use semicolons if nothing returnedDaniel Eades
2022-01-29use separators in long literalsDaniel Eades
2022-01-29use 'Self' to refer to own typeDaniel Eades
2021-12-29silence/address unused code warningsDaniel Eades
2021-12-29use 'assert' rather than 'assert_eq' for comparison to literal boolDaniel Eades
2021-12-29de-glob importsDaniel Eades
2021-12-29remove 'extern crate' importsDaniel Eades
2021-12-29use explicit imports for macrosDaniel Eades
2021-11-23Merge pull request #251 from conradludgate/value-deserializeMatthias Beyer
2021-11-23update tests not use deprecated methodsConrad Ludgate
2021-11-23rename try_into to try_deserialize to avoid confusionConrad Ludgate
2021-11-21chore: some file read simplificationsConrad Ludgate
2021-11-21Add test for testing value typeMatthias Beyer
2021-10-02Remove support for hjsonMatthias Beyer
2021-10-02Merge pull request #225 from matthiasbeyer/test-wrapping-integersMatthias Beyer
2021-09-09Add tests for weird keysMatthias Beyer