Suggestion list #273
python.yml
on: pull_request
Tests (pytest)
4m 27s
Linting (pylint)
1m 49s
Typing (mypy)
51s
Formatting (black; run ./bw-dev black to fix)
14s
Annotations
5 errors and 1 warning
Tests (pytest):
bookwyrm/tests/views/inbox/test_inbox_update.py#L703
InboxUpdate.test_update_list
AssertionError: 'hi' != 'Test List'
- hi
+ Test List
|
Tests (pytest):
bookwyrm/tests/views/inbox/test_inbox_add.py#L129
InboxAdd.test_handle_add_book_to_list
bookwyrm.activitypub.base_activity.ActivitySerializerError: null value in column "suggests_for_id" of relation "bookwyrm_suggestionlist" violates not-null constraint
DETAIL: Failing row contains (2, 2024-08-27 15:01:58.270251+00, 2024-08-27 15:01:58.270272+00, https://example.com/list/22, 416c0b17-bd11-49d9-a732-33ef0e730e08, public, null, 68).
|
Tests (pytest):
bookwyrm/tests/views/inbox/test_inbox_create.py#L267
InboxCreate.test_create_list
bookwyrm.activitypub.base_activity.ActivitySerializerError: null value in column "suggests_for_id" of relation "bookwyrm_suggestionlist" violates not-null constraint
DETAIL: Failing row contains (3, 2024-08-27 15:02:03.577529+00, 2024-08-27 15:02:03.577542+00, https://example.com/list/22, bf0affe4-b836-4e90-9035-62461c1e495b, public, null, 75).
|
Tests (pytest):
bookwyrm/tests/views/inbox/test_inbox_delete.py#L715
InboxActivities.test_delete_list
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.
|