3
from udd.scripts import categorise_failures
6
class TestCategoriseFailures(tests.TestCaseWithConfig):
9
categorise_failures.main()
10
# A lock has been created under the test hierarchy
11
self.assertTestPathExists('locks/scripts/categorise_failures')
12
# The www hierarchy has a few invariants
13
self.assertTestPathExists('www/index.html')
14
self.assertTestPathExists('www/status/index.html')
15
self.assertTestPathExists('www/status/main.html')
16
# static files has been properly copied
17
self.assertTestPathExists('www/status/jquery.flot.js')
18
self.assertTestPathExists('www/status/jquery.min.js')