예제 #1
0
 def test_get_quota(self):
     q = account.get_quota()
     self.assertIn('quota', q)
     self.assertIn('available', q)
예제 #2
0
파일: acd_cli.py 프로젝트: hansendc/acd_cli
def quota_action(args: argparse.Namespace):
    r = account.get_quota()
    pprint(r)
예제 #3
0
파일: acd_cli.py 프로젝트: nabcos/acd_cli
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()