summaryrefslogtreecommitdiffstats
path: root/tests/env.rs
AgeCommit message (Expand)Author
2023-07-22Make the parse list key to lowercase when insert the keysbigduu
2022-09-29env: add a 'convert_case' field to ease dealing with kebab-caseDan Aloni
2022-08-02Fix: Use float_cmp for testing floatsMatthias Beyer
2022-06-28Use TryInto for more permissive deserialization for integersKesavan Yogeswaran
2022-04-18test: Adopt test-env to fix random test failureXuanwo
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
2021-12-29silence/address unused code warningsDaniel Eades
2021-12-29de-glob importsDaniel Eades
2021-12-29remove 'extern crate' importsDaniel 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-06-08Fix: Remove trailing commaMatthias Beyer
2021-05-08Use ConfigBuilder in env.rs testsRadosł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-09Ensure order in the galaxy... I mean the importsMatthias Beyer
2021-03-26Fix custom separator for group prefixesLyuben Todorov
2018-09-25Use a build config on Environment instead of a feature flag for #78Ryan Leckey
2018-09-26Treat empty environment variables as unsetPhil Booth
2018-07-02Update readme/changelog for 0.9Ryan Leckey
2018-02-13add test for prefix with variant forms of spellingChristian Fochler
2018-01-29add default prefix separatorChristian Fochler
2018-01-28add tests for environment handlingChristian Fochler