summaryrefslogtreecommitdiffstats
path: root/tests/env.rs
AgeCommit message (Expand)Author
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