aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/tests
AgeCommit message (Expand)Author
2012-12-10Added missing copyright header, fixed years.Milo Casagrande
2012-07-19Added hwpack converter from INI to YAML.Milo Casagrande
2012-06-13Update the test to not ignore fixed PEP8 problems.Danilo Segan
2012-06-13More PEP8 fixes on new stuff.Danilo Segan
2012-06-13Fixed proposed review changes.Milo Casagrande
2012-06-11Merged from trunk.Milo Casagrande
2012-06-08Also silence E202 for natty users with a comment that this can be re-enabledLoïc Minier
2012-06-07Document leftover warnings/errors.Loïc Minier
2012-06-07PEP8: Fix W293 blank line contains whitespace and W391 blank line at end ofLoïc Minier
2012-06-07PEP8: Already fixed W292 no newline at end of file.Loïc Minier
2012-06-07PEP8: Fix E303 too many blank lines (2).Loïc Minier
2012-06-07PEP8: Fix E302 expected 2 blank lines, found 1.Loïc Minier
2012-06-07PEP8: Fix E301 expected 1 blank line, found 0.Loïc Minier
2012-06-07PEP8: Fix E251 no spaces around keyword / parameter equals.Loïc Minier
2012-06-07PEP8: Fix E241 multiple spaces after ','.Loïc Minier
2012-06-07PEP8: Fix missing whitespace after ','.Loïc Minier
2012-06-07PEP8: Fix E225 missing whitespace around operator.Loïc Minier
2012-06-07PEP8: Fix E222 multiple spaces after operator.Loïc Minier
2012-06-07PEP8: Fix E201 whitespace after '[' (or after '{').Loïc Minier
2012-06-07Add PEP8 compliance test, ignoring all current warnings and errors for now.Loïc Minier
2012-06-07Fixed test regression.Milo Casagrande
2012-06-07Renamed test class: conflicting with another oneMilo Casagrande
2012-06-07Merged code from trunk.Milo Casagrande
2012-06-07First step into fixing the mock object.Milo Casagrande
2012-06-06Applied PEP8 changes.Milo Casagrande
2012-06-06Fixed test case with new method needing output.Milo Casagrande
2012-06-06First fix to the test case.Milo Casagrande
2012-05-31Added a new test for additional hwpack checks.Milo Casagrande
2012-05-31Fixed import sorting in alphabetical order.Milo Casagrande
2012-05-30Fixed typos and test description.Milo Casagrande
2012-05-28Fixed error: hwpacks is a list.Milo Casagrande
2012-05-28Remove tmp directory at the end of test.Milo Casagrande
2012-05-28Added hwpack argument checking.Milo Casagrande
2012-05-28Added test for hwpack argumentMilo Casagrande
2012-04-18Moved additional option checks into their own function (additional_option_che...James Tunnicliffe
2012-04-18Moved defaulting of args.device into ArgumentParser set up.James Tunnicliffe
2012-04-18Renamed --directory option to --output-directory. Set default file name for a...James Tunnicliffe
2012-04-18Fixed spelling of IncompatibleOptionsJames Tunnicliffe
2012-04-17Removed outputs_directory flagJames Tunnicliffe
2012-04-17--directory can now be specified at the same time as --image-file. If --direc...James Tunnicliffe
2012-04-16Added test for new board config handlingJames Tunnicliffe
2012-03-02Fix: Removed linaro-fetch-image tests from test list in __init__.pyJames Tunnicliffe
2012-03-02Removed linaro-fetch-image related files.James Tunnicliffe
2011-11-21Use testtools.try_import for CommandNotFound; that way our pyflakes test can ...Guilherme Salgado
2011-10-12Add path_in_tarfile_exists() and use it to detect new Live image format.Mattias Backman
2011-08-18Fixes three problems shown by unit tests:James Tunnicliffe
2011-08-18Modifications that change the fetch image library unit tests to use local fil...James Tunnicliffe
2011-08-17switch from using inspect to __file__ to determine the current file. While th...James Tunnicliffe
2011-08-15Bug fix: Was not passing a message correctly into the message queue correctly...James Tunnicliffe
2011-08-11Fix possible problem with using a really old database for the test.James Tunnicliffe