5
from udd.scripts import count_outstanding_jobs
8
class TestCountOutstandingJobs(tests.TestCaseWithConfig):
11
# The script fails if the JOBS table is not defined (which is the case
13
self.assertRaises(sqlite3.OperationalError, count_outstanding_jobs.main)