summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2017-09-01Added HJSON (Human-Readable JSON) as a config file formatRaphael Cohn
2017-08-05Fix tests and put back .deserialize as deprecated0.7.0Ryan Leckey
2017-07-30Impl Config for Source to allow merging whole configs; closes #28Ryan Leckey
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-22Add a test to ensure we can get dates out of configRyan Leckey
2017-06-22Implement Source for Vec<T: Source> and From<Path> for FileRyan Leckey
2017-06-16Support subscript access on path get/setRyan Leckey
2017-06-14Merge branch 'feature/with_name' of https://github.com/JordiPolo/config-rs in...Ryan Leckey
2017-06-13Add (failing) test for File::with_nameRyan Leckey
2017-06-13Add test for a missing keyRyan Leckey
2017-06-13Ensure config keys are case insensitiveRyan Leckey
2017-06-13Add more tests on filesRyan Leckey
2017-06-13Add YAMLRyan Leckey
2017-06-13Add JSONRyan Leckey
2017-06-13:shirt: Fix clippy warningsRyan Leckey
2017-06-03Add many more testsRyan Leckey
2017-06-02Started playing with error testsRyan Leckey
2017-06-01Move things around and get some tests in placeRyan Leckey