log

age author description
2012-03-28 Jeff Hammel parity between module name and package name
2012-03-28 Jeff Hammel more stubbing to make Configuration an OptionParser
2012-03-27 Jeff Hammel another TODO
2012-03-27 Jeff Hammel begin migration path towards inheriting from ConfigParser; ideally, Configuration should live in its own class and the CLI class should inherit from that
2012-03-27 Jeff Hammel add complex test, now we can refactor
2012-03-27 Jeff Hammel change base.json value from default for testing
2012-03-27 Jeff Hammel introduce a somewhat redundant test
2012-03-27 Jeff Hammel test with overrides
2012-03-27 Jeff Hammel document this
2012-03-27 Jeff Hammel tests fail again, what fun
2012-03-27 Jeff Hammel add a example .json dump
2012-03-27 Jeff Hammel actually deserialize things
2012-03-27 Jeff Hammel start to hook up deserializers
2012-03-27 Jeff Hammel fix broken test
2012-03-27 Jeff Hammel ensure that missing values raise the correct exception
2012-03-27 Jeff Hammel try using optionclass; still failing
2012-03-27 Jeff Hammel better error message
2012-03-27 Jeff Hammel stub only using parsed attributes
2012-03-27 Jeff Hammel stub adding an option of keeping track of what is parsed
2012-03-27 Jeff Hammel add --dump option
2012-03-27 Jeff Hammel test deserialization
2012-03-27 Jeff Hammel deserialization should work now
2012-03-27 Jeff Hammel stub munging configuration
2012-03-27 Jeff Hammel actually test serialization
2012-03-27 Jeff Hammel fix serialization (stub) tests
2012-03-27 Jeff Hammel we has another broken test
2012-03-27 Jeff Hammel add test for missing values
2012-03-27 Jeff Hammel flush out validate function