summaryrefslogtreecommitdiff
path: root/tests/unittests/test__init__.py
AgeCommit message (Expand)Author
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-01-24tests: remove executable bit on test_net, so it runs, and fix it.Scott Moser
2017-01-11Get early logging logged, including failures of cmdline url.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-05-19Fix up tests and flake8 warningsJoshua Harlow
2016-05-11Fix py26 for rhel (and older versions of python)Joshua Harlow
2015-07-21tests: fix TestHandlerHandlePart testsScott Moser
2015-03-02get_cmdline_url: fix in python3 when callingScott Moser
2015-01-26Repair the Python 2.6 tests.Barry Warsaw
2015-01-22Use .addCleanup() instead of a .tearDown() where appropriate, although weBarry Warsaw
2015-01-22Port test__init__.py to unittest.mock.Barry Warsaw
2015-01-21Fix file modes to be Python 2/3 compatible.Barry Warsaw
2014-08-26further remove evidence of pylint.Scott Moser
2014-04-01pyflakes cleanupsScott Moser
2014-01-24read_file_or_url: raise UrlError with 404 on ENOENTScott Moser
2013-03-19merge from trunk at revno 799Scott Moser
2013-03-07more pep8/pylint. all clean nowScott Moser
2013-03-07fix pep8 and pylintScott Moser
2013-03-05Add in a bunch of changes and tests.Joshua Harlow
2013-02-23Get tests working and further adjustments.harlowja
2012-08-22fix pep8 complaints.Scott Moser
2012-08-09stright forward pylint cleanups to tests/ and tools/Scott Moser
2012-06-21Get both of these tests back in working shape.Joshua Harlow
2012-04-04initial checkin of kernel commandline cloud-config url supportScott Moser
2012-02-21Cleanups.Mike Milner
2012-02-21Lint fixes.Mike Milner
2012-02-21Add test and fix for catching exceptions.Mike Milner
2012-02-21Add tests for various frequencies.Mike Milner
2012-02-21Added tests for adding handlers.Mike Milner