Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-24 | add test case for mime gzipped message segments | Joshua Harlow | |
2013-07-24 | Fix small prefix bug + jsonp tests. | Joshua Harlow | |
Fix the wrong usage of the prefix removal array action by just using the new util function that does these actions correctly. Add in a couple of unit tests to verify the jsonp merging and usage works as expected. | |||
2013-07-24 | Add test for mime gzipped message segments. | Joshua Harlow | |
2013-05-09 | Fix the cloud config merging so that it is backwards compat. | Joshua Harlow | |
The new change for merging works well in the mergedict case but the default merging type for cloud config needs to reflect how yaml was loaded in bulk, which is the same as the replacing keys merging type that is now provided. | |||
2013-05-03 | More merging adjustments. | Joshua Harlow | |
Looks like this should be in pretty good shape and has passed some of the basic backwards compat. merging tests that I added. | |||
2013-03-07 | more pep8/pylint. all clean now | Scott Moser | |
2013-03-07 | fix pep8 and pylint | Scott Moser | |
2013-03-06 | Continue working on merging code. | Joshua Harlow | |
2013-03-05 | Add in a bunch of changes and tests. | Joshua Harlow | |
2012-08-22 | fix pep8 complaints. | Scott Moser | |
make pep8 now is silent on precise's pep8 ( 0.6.1-2ubuntu2). | |||
2012-08-09 | stright forward pylint cleanups to tests/ and tools/ | Scott Moser | |
2012-06-28 | 1. Update with smosers code review and comments (and put some of those ↵ | Joshua Harlow | |
comments into the files) 2. Rename consume() to consume_userdata() as it helps in figuring out what this does. 3. Fixup the tests due to #2 | |||
2012-06-21 | 1. Got this test working again using the new code. | Joshua Harlow | |
2. Adjusted so that instead of capturing all logging, only a certain level is captured (now that we have lots more logging) | |||
2012-03-16 | fix pylint warnings in test_userdata | Scott Moser | |
2012-03-12 | Restrict warning to userdata without MIME wrapping only while still ignoring ↵ | Martin Packman | |
most types | |||
2012-03-08 | Add tests for writing of userdata parts to the filesystem | Martin Packman | |