summaryrefslogtreecommitdiff
path: root/tests/unittests/test_templating.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
2020-05-14cloudinit: remove unneeded __future__ imports (#362)Daniel Watkins
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-04-12renderer: support unicode in render_from_file.Scott Moser
2017-12-07pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
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
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-05-01fix 'Make pyflakes'Scott Moser
2015-02-10skip cheetah dependent testScott Moser
2015-02-10make bddeb work with python3 or python2Scott Moser
2015-01-26Repair the Python 2.6 tests.Barry Warsaw
2015-01-21Only install cheetah (and only run the cheetah templating test) when in PythonBarry Warsaw
2015-01-06tools/run-pep8: remove leading ',' fed to --ignoreScott Moser
2014-07-23more import statementsDimitri John Ledkov
2014-07-21use textwrap, simple formatting improvement.Scott Moser
2014-07-18Add non braces matching and a few more testsJoshua Harlow
2014-07-16Add basic renderer support and more robust import handlingJoshua Harlow
2014-03-07Add some basic template testsJoshua Harlow