summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2022-12-04Fix: Do not use deprecated functionMatthias Beyer
2022-08-02Fix: Use float_cmp for testing floatsMatthias Beyer
2022-08-02Fix json5 test: Remove artifact characterMatthias Beyer
2022-08-02test: Adopt test-env to fix random test failureXuanwo
2022-08-02Use TryInto for more permissive deserialization for integersKesavan Yogeswaran
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
2021-05-04Fix env tests, remove unused importJohn Brandt
2021-05-04more environment variable parsing testsJohn Brandt
2021-05-04Renames parse_numbers to try_parsingJoel Gallant
2021-05-04Uses into_* for value conversions and adds bool as an optionJoel Gallant
2021-05-04Adds 'parse_numbers' options for EnvironmentJoel Gallant
2021-04-20Add support for RON formatLevente Morva
2021-04-09Ensure order in the galaxy... I mean the importsMatthias Beyer
2021-03-28Rename get_str() → get_string() to match returned typeCaleb Maclennan
2021-03-26Add tests for json value arrayMatthias Beyer
2021-03-26Merge pull request #184 from matthiasbeyer/config-only-default-constructorMatthias Beyer
2021-03-26Fix custom separator for group prefixesLyuben Todorov
2021-03-26Remove Config::new()Matthias Beyer