summaryrefslogtreecommitdiff
path: root/tests/unittests/test_runs/test_simple_run.py
AgeCommit message (Expand)Author
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2019-10-24Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser
2018-06-15stages: fix tracebacks if a module stage is undefined or emptyRobert Schweikert
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-09-13cloud-config modules: honor distros definitions in each moduleChad Smith
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-07-19tests: fixes for issues uncovered when moving to python 3.6.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2015-01-22Conversion from mocker to mock completed.Barry Warsaw
2015-01-22More test ports from mocker to mock.Barry Warsaw
2015-01-21Fix file modes to be Python 2/3 compatible.Barry Warsaw
2014-07-23moreDimitri John Ledkov
2014-01-08Significant re-working of the userdata handling and introduction ofBen Howard
2012-11-10whitespace / indentation cleanupsScott Moser
2012-10-27Helpful cleanups.harlowja
2012-10-23use only util methods for reading/loading/appending/peekingScott Moser
2012-09-26Fixup some pylint warnings.Joshua Harlow
2012-09-26Add a new example test that will patch utils and osJoshua Harlow