Adds hCaptcha support #336
python.yml
on: pull_request
Tests (pytest)
4m 34s
Linting (pylint)
1m 49s
Typing (mypy)
1m 1s
Formatting (black; run ./bw-dev black to fix)
14s
Annotations
9 errors and 1 warning
Tests (pytest):
bookwyrm/tests/activitypub/test_base_activity.py#L866
BaseActivity.test_resolve_remote_alias
AssertionError: 4 != 3
|
Tests (pytest):
bookwyrm/tests/views/landing/test_register.py#L866
RegisterViews.test_register
AssertionError: 1 != 2
|
Tests (pytest):
bookwyrm/tests/views/landing/test_register.py#L866
RegisterViews.test_register_blocked_domain
AssertionError: 200 != 302
|
Tests (pytest):
bookwyrm/tests/views/landing/test_register.py#L866
RegisterViews.test_register_default_preferred_timezone
AssertionError: 200 != 302
|
Tests (pytest):
bookwyrm/tests/views/landing/test_register.py#L866
RegisterViews.test_register_email_confirm
AssertionError: 200 != 302
|
Tests (pytest):
bookwyrm/tests/views/landing/test_register.py#L866
RegisterViews.test_register_invite
AssertionError: 1 != 2
|
Tests (pytest):
bookwyrm/tests/views/landing/test_register.py#L866
RegisterViews.test_register_trailing_space
AssertionError: 1 != 2
|
Tests (pytest):
bookwyrm/tests/views/test_setup.py#L715
SetupViews.test_create_admin_post
AssertionError: False is not true
|
Tests (pytest)
Process completed with exit code 1.
|
Formatting (black; run ./bw-dev black to fix)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|