docs: Improve billing testing docs.

You don't need to run any other test suites for this, so this should
be a lot faster.
This commit is contained in:
Tim Abbott 2023-11-09 12:04:05 -08:00
parent 6a53005074
commit 6af9a91b9d
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ our code is:
- Go to the [Stripe Dashboard](https://dashboard.stripe.com/developers) in
your Stripe account.
- Upgrade the API version.
- Run `tools/test-backend --generate-stripe-fixtures`.
- Run `tools/test-backend --generate-stripe-fixtures --parallel=1 corporate/`.
- Fix any failing tests, and manually look through `git diff` to understand
the changes. Ensure that there are no material changes.
- Update the value of `STRIPE_API_VERSION` in `corporate/lib/stripe.py`.