Deleted Added
1import unittest
2import unit
3
4class TestUnitConfiguration(unit.TestUnitControl):
5
6 def setUpClass():
7 unit.TestUnit().check_modules('python')
8

--- 250 unchanged lines hidden (view full) ---

259 "*:" + str(7000 + a): {
260 "application": "app-" + str(a)
261 } for a in range(apps)
262 }
263 }
264
265 self.assertIn('success', self.conf(conf))
266
267if __name__ == '__main__':
268 TestUnitConfiguration.main()