コード例 #1
0
 def test_get_all(self):
     self.models = Process.get_all(client=self.client)
     assert len(self.models) > 0
     assert hasattr(self.models[0], 'status')
コード例 #2
0
 def test_get_all(self):
     self.models = Process.get_all(client=self.client)
     assert len(self.models) > 0
     assert hasattr(self.models[0], 'status')