summaryrefslogtreecommitdiff
path: root/tests/unittests/test_userdata.py
AgeCommit message (Collapse)Author
2012-08-22fix pep8 complaints.Scott Moser
make pep8 now is silent on precise's pep8 ( 0.6.1-2ubuntu2).
2012-08-09stright forward pylint cleanups to tests/ and tools/Scott Moser
2012-06-281. 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-211. 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-16fix pylint warnings in test_userdataScott Moser
2012-03-12Restrict warning to userdata without MIME wrapping only while still ignoring ↵Martin Packman
most types
2012-03-08Add tests for writing of userdata parts to the filesystemMartin Packman