~cjwatson/lazr.jobrunner/oops-0.0.11

« back to all changes in this revision

Viewing changes to src/lazr/jobrunner/tests/test_jobrunner.py

  • Committer: Steve Kowalik
  • Date: 2013-06-19 01:02:38 UTC
  • mfrom: (49.1.3 lazr.jobrunner)
  • Revision ID: steve.kowalik@canonical.com-20130619010238-jzum5gscu2l03oo8
Tags: 0.12
MergeĀ fromĀ lp:~stevenk/lazr.jobrunner/only-run-if-canrun

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    def getOopsVars(self):
97
97
        return [('foo', 'bar')]
98
98
 
 
99
    @property
 
100
    def is_runnable(self):
 
101
        return True
 
102
 
99
103
 
100
104
class VolatileAttributesJob:
101
105