Exemplo n.º 1
0
 def test_internal_monitors_list(self):
     res = internal.internal_monitors(types=['memory', 'process'])
     assert isinstance(res, dict)
     assert isinstance(res['processes'], list)
Exemplo n.º 2
0
 def test_internal_monitors_list(self):
     res = internal.internal_monitors(types=['memory', 'process'])
     assert isinstance(res, dict)
     assert isinstance(res['processes'], list)
Exemplo n.º 3
0
 def test_internal_monitors(self):
     res = internal.internal_monitors()
     assert isinstance(res, dict)
     assert isinstance(res['processes'], list)
Exemplo n.º 4
0
 def test_internal_monitors(self):
     res = internal.internal_monitors()
     assert isinstance(res, dict)
     assert isinstance(res['processes'], list)