summaryrefslogtreecommitdiff
path: root/tests/unittests/test_builtin_handlers.py
AgeCommit message (Collapse)Author
2015-01-26More test repairs.Barry Warsaw
2015-01-22More test ports from mocker to mock.Barry Warsaw
2014-07-23Use nosetests and absolute importsDimitri John Ledkov
2013-07-11test_builtin_handlers.py: fix pylintScott Moser
2013-07-09re-enable test case because 1124384 is fixedScott Moser
2013-03-12skip unit test due to LP: #1124384Scott Moser
This re-applies the change in revno 785. A merge made this test pass rather than skip, but I'd rather have it skip for now, as we really hope to have the upstart bug fixed.
2013-03-08Enable the merging.txt to be in .rst format for public viewingJoshua Harlow
2013-03-01skip unit test due to LP: #1124384Scott Moser
2012-12-17tell upstart to reload configuration after writing an upstart jobScott Moser
Invoking 'initctl reload-configuration' is only required if inotify does not work. overlayroot does not support inotify. So, we just call initctl always, which wont hurt anything. LP: #1080841
2012-08-22fix pep8 complaints.Scott Moser
make pep8 now is silent on precise's pep8 ( 0.6.1-2ubuntu2).
2012-08-09stright forward pylint cleanups to tests/ and tools/Scott Moser
2012-06-29Add a test that ensures the upstart handler does not output files when in ↵Joshua Harlow
non-per-instance mode.