File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 88from tests .settings import api , vcr
99
1010
11- # @vcr.use_cassette
12- # def test_account_information():
13- # with api.account_information() as account_information:
14- # assert 'products' in account_information
15- # for product in account_information:
16- # assert 'id' in product
17- # assert 'per_month_limit' in product
18- # assert 'absolute_limit' in product
19- # assert 'usage' in product
20- # assert 'expiration_date' in product
11+ @vcr .use_cassette
12+ def test_account_information ():
13+ with api .account_information () as account_information :
14+ assert 'products' in account_information
15+ for product in account_information :
16+ assert 'id' in product
17+ assert 'per_month_limit' in product
18+ assert 'per_minute_limit' in product
19+ assert 'per_hour_limit' in product
20+ assert 'absolute_limit' in product
21+ assert 'usage' in product
22+ assert 'expiration_date' in product
2123
2224
2325# @vcr.use_cassette
You can’t perform that action at this time.
0 commit comments