|
| 1 | +1..21 |
| 2 | +# TAP results for homeschool/accounts/tests/test_forms.py |
| 3 | +ok 1 homeschool/accounts/tests/test_forms.py::TestSigninForm.test_create_user |
| 4 | +ok 2 homeschool/accounts/tests/test_forms.py::TestSigninForm.test_existing_user |
| 5 | +ok 3 homeschool/accounts/tests/test_forms.py::TestSigninForm.test_invalid_email |
| 6 | +# TAP results for homeschool/accounts/tests/test_middleware.py |
| 7 | +ok 4 homeschool/accounts/tests/test_middleware.py::TestAccountGateMiddleware.test_allow_list |
| 8 | +ok 5 homeschool/accounts/tests/test_middleware.py::TestAccountGateMiddleware.test_allow_list_resolves |
| 9 | +ok 6 homeschool/accounts/tests/test_middleware.py::TestAccountGateMiddleware.test_anonymous_user |
| 10 | +ok 7 homeschool/accounts/tests/test_middleware.py::TestAccountGateMiddleware.test_inactive_redirect |
| 11 | +ok 8 homeschool/accounts/tests/test_middleware.py::TestAccountGateMiddleware.test_no_gate_url_redirect |
| 12 | +ok 9 homeschool/accounts/tests/test_middleware.py::TestAccountGateMiddleware.test_request_has_account |
| 13 | +# TAP results for homeschool/accounts/tests/test_models.py |
| 14 | +ok 10 homeschool/accounts/tests/test_models.py::TestAccount.test_email |
| 15 | +ok 11 homeschool/accounts/tests/test_models.py::TestAccount.test_factory |
| 16 | +ok 12 homeschool/accounts/tests/test_models.py::TestAccount.test_trial_end |
| 17 | +# TAP results for homeschool/accounts/tests/test_stripe_gateway.py |
| 18 | +ok 13 homeschool/accounts/tests/test_stripe_gateway.py::TestStripeGateway.test_creates_billing_portal_session |
| 19 | +ok 14 homeschool/accounts/tests/test_stripe_gateway.py::TestStripeGateway.test_creates_session |
| 20 | +ok 15 homeschool/accounts/tests/test_stripe_gateway.py::TestStripeGateway.test_no_trial_in_stripe_limits |
| 21 | +# TAP results for homeschool/accounts/tests/test_stripe_webhooks.py |
| 22 | +ok 16 homeschool/accounts/tests/test_stripe_webhooks.py::TestHandleCheckoutSessionCompleted.test_account_active |
| 23 | +# TAP results for homeschool/accounts/tests/test_tasks.py |
| 24 | +ok 17 homeschool/accounts/tests/test_tasks.py::TestExpireTrials.test_expires_trials |
| 25 | +ok 18 homeschool/accounts/tests/test_tasks.py::TestExpireTrials.test_keep_active_trials |
| 26 | +ok 19 homeschool/accounts/tests/test_tasks.py::TestExpireTrials.test_other_statuses_not_expired |
| 27 | +# TAP results for homeschool/accounts/tests/test_templatetags.py |
| 28 | +ok 20 homeschool/accounts/tests/test_templatetags.py::TestTrialBanner.test_display_banner |
| 29 | +ok 21 homeschool/accounts/tests/test_templatetags.py::TestTrialBanner.test_non_trialing |
0 commit comments