Пример #1
0
 def test_get_quota(self):
     q = account.get_quota()
     self.assertIn('quota', q)
     self.assertIn('available', q)
Пример #2
0
def quota_action(args: argparse.Namespace):
    r = account.get_quota()
    pprint(r)
Пример #3
0
def quota_action(args: argparse.Namespace):
    r = account.get_quota()
    pprint(r)
Пример #4
0
 def test_get_quota(self):
     account.get_quota()
Пример #5
0
 def test_get_quota(self):
     account.get_quota()