log tests/test_configuration.py @ 1184:386744f74c4b

age author description
Sun, 29 Oct 2017 22:46:41 -0700 Ludovic Chabant config: Properly pass the merge mode to the `merge_dicts` function.
Sun, 28 Jun 2015 08:22:39 -0700 Ludovic Chabant performance: Refactor how data is managed to reduce copying.
Sun, 18 Jan 2015 11:53:18 -0800 Ludovic Chabant internal: Add ability to get a default value if a config value doesn't exist.
Wed, 15 Oct 2014 23:01:05 -0700 Ludovic Chabant Better support for times in YAML interop.
Fri, 29 Aug 2014 16:42:15 -0700 Ludovic Chabant I don't care what the YAML spec says, ordered maps are the only sane way.
Sun, 10 Aug 2014 23:43:16 -0700 Ludovic Chabant Gigantic change to basically make PieCrust 2 vaguely functional.
Wed, 25 Dec 2013 22:16:46 -0800 Ludovic Chabant Added unit tests (using `py.test`) for `Configuration`.