Commit c8526bc
committed
chore: use new billing fixtures
1 parent b8dfcb0 commit c8526bc
4 files changed
Lines changed: 13 additions & 13 deletions
- README.md+3-1
- official/fixtures/client-library-fixtures.json+10
- tools/docs/responses/.gitignore+2
- tools/docs/responses/Makefile+62
- tools/docs/responses/README.md+19
- tools/docs/responses/builder/__init__.py
- tools/docs/responses/builder/snippets.py+164
- tools/docs/responses/setup.py+45
- tools/docs/responses/tests/__init__.py
- tools/docs/responses/tests/conftest.py+256
- tools/docs/responses/tests/test_address.py+68
- tools/docs/responses/tests/test_api_keys.py+69
- tools/docs/responses/tests/test_batch.py+100
- tools/docs/responses/tests/test_billing.py+69
- tools/docs/responses/tests/test_brand.py+11
- tools/docs/responses/tests/test_carrier_account.py+48
- tools/docs/responses/tests/test_carrier_types.py+10
- tools/docs/responses/tests/test_customs_info.py+18
- tools/docs/responses/tests/test_customs_item.py+18
- tools/docs/responses/tests/test_end_shipper.py+54
- tools/docs/responses/tests/test_event.py+112
- tools/docs/responses/tests/test_form.py+15
- tools/docs/responses/tests/test_insurance.py+25
- tools/docs/responses/tests/test_options.py+11
- tools/docs/responses/tests/test_order.py+48
- tools/docs/responses/tests/test_parcel.py+18
- tools/docs/responses/tests/test_pickup.py+43
- tools/docs/responses/tests/test_rate.py+20
- tools/docs/responses/tests/test_referral_customer.py+84
- tools/docs/responses/tests/test_refund.py+31
- tools/docs/responses/tests/test_report.py+34
- tools/docs/responses/tests/test_returns.py+11
- tools/docs/responses/tests/test_scan_form.py+27
- tools/docs/responses/tests/test_shipment.py+61
- tools/docs/responses/tests/test_shipping_insurance.py+18
- tools/docs/responses/tests/test_smartrate.py+11
- tools/docs/responses/tests/test_tax_identifiers.py+12
- tools/docs/responses/tests/test_tracker.py+18
- tools/docs/responses/tests/test_user.py+37
- tools/docs/responses/tests/test_webhook.py+50
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
| 125 | + | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
147 | 143 | | |
148 | 144 | | |
149 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
171 | 175 | | |
0 commit comments