Exemplo n.º 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.')
Exemplo n.º 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.')