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