summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
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
2021-08-23Add tests for wrapping integersMatthias Beyer
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-15Disable map order preservation for hjsonDavid Orchard
2021-08-15Use LinkedHashMap in place of HashMapDavid Orchard
2021-08-15Create test cases to demonstrate lossy map orderDavid Orchard
2021-07-03Add test for async builderRadosław Kot
2021-06-08Fix: Remove trailing commaMatthias Beyer
2021-05-15Support format json5up9cloud
2021-05-08Use ConfigBuilder in env.rs testsRadosław Kot
2021-05-08Make ConfigBuilder's method consumingRadosław Kot
2021-05-08Modify tests to use both ConfigBuilder and ConfigRadosław Kot