示例#1
0
 def test_init(self):
     '''
         Test to change the system runlevel on sysV compatible systems
     '''
     self.assertEqual(win_system.init(3),
                      'Not implemented on Windows at this time.')
示例#2
0
 def test_init(self):
     '''
         Test to change the system runlevel on sysV compatible systems
     '''
     self.assertEqual(win_system.init(3),
                      'Not implemented on Windows at this time.')