summaryrefslogtreecommitdiff
path: root/tests/unittests/helpers.py
AgeCommit message (Expand)Author
2017-05-16Improve detection of snappy to include os-release and kernel cmdline.Scott Moser
2017-05-10Add unit tests for ds-identify, fix Ec2 bug found.Scott Moser
2017-01-24tests: remove executable bit on test_net, so it runs, and fix it.Scott Moser
2017-01-24tests: No longer monkey patch httpretty for python 3.4.2Scott 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-12-21Fix config order of precedence, putting kernel command line over system.Wesley Wiedenmeier
2016-10-24unittests: do not read system /etc/cloud/cloud.cfg.dScott Moser
2016-08-22Minor cleanups to atomic_helper and add unit tests.Scott Moser
2016-08-12MAAS: add vendor-data supportScott Moser
2016-06-20merge with trunk.Scott Moser
2016-05-19Fix up tests and flake8 warningsJoshua Harlow
2016-05-19Remerge against head/masterJoshua Harlow
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2016-05-11Fix py26 for rhel (and older versions of python)Joshua Harlow
2016-04-29Paths: fix instance path if datasource's id has a '/'.Scott Moser
2015-06-03transform paths in functions taking more than a single argumentLars Kellogg-Stedman
2015-03-04Fix hang caused by HTTPretty on Python 3.4.2.Daniel Watkins
2015-02-25move towards user-data being binaryScott Moser
2015-02-18Read ovf-env.xml as bytes.Daniel Watkins
2015-02-11Add helpers for patching open and stdout/stderr.Daniel Watkins
2015-02-10make bddeb work with python3 or python2Scott Moser
2015-01-26super() works in all of Python 2.6, 2.7, and 3.4.Barry Warsaw
2015-01-26Repair the Python 2.6 tests.Barry Warsaw
2015-01-26Trunk merged and ported.Barry Warsaw
2015-01-26More test repairs.Barry Warsaw
2015-01-22Low hanging Python 3 fruit.Barry Warsaw
2015-01-22Clean up.Barry Warsaw
2015-01-22Convert helpers.py and test_data.py from mocker to mock.Barry Warsaw
2015-01-22Port test__init__.py to unittest.mock.Barry Warsaw
2014-10-30Fix the digital ocean test on py2.6Joshua Harlow
2014-07-23fix httpretty based test cases if http_proxy is set.Scott Moser
2014-07-16Fix a few tests that have been failing in python 2.6Joshua Harlow
2014-02-07Adjust detection of python versions and variables exposedJoshua Harlow
2014-02-07Add a bunch of new testsJoshua Harlow
2014-01-27populate_dir: only makedir if it doesn't existScott Moser
2013-06-25Add unit tests for SLES handlerJuerg Haefliger
2013-03-08Enable the merging.txt to be in .rst format for public viewingJoshua Harlow
2013-03-07pep8 and pylint fixesScott Moser
2013-02-07more test cases for nocloud including one for config seedScott Moser
2013-01-10Add a context manager function in test helpers.harlowja
2012-11-13Create a utility testcase class that fixes some of the 2.6 missing piecesJoshua Harlow
2012-11-10Sudoers.d creation cleanups + tests.Joshua Harlow
2012-10-23use only util methods for reading/loading/appending/peekingScott Moser
2012-09-26Adjust comment.Joshua Harlow
2012-09-26Fixup some pylint warnings.Joshua Harlow
2012-09-26Add a new example test that will patch utils and osJoshua Harlow
2012-08-31Fix pylint complaints.Joshua Harlow
2012-08-311. Add a helper for tests to use to load resource/data files fromJoshua Harlow