bookwyrm/bookwyrm/tests/views/inbox
Adeodato Simó 9d502f5ee2
Use setUpTestData() to speed up tests
Pylint's `bad-classmethod-argument` is disabled for each definition
to avoid rewriting the method bodies just to rename `self` → `cls`.
This can be done gradually, as the setUpTestData methods are modified
along the way.
2023-12-11 19:40:30 -03:00
..
__init__.py Updates init files for pylint 2022-04-08 14:16:05 -07:00
test_inbox.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_inbox_add.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_inbox_announce.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_inbox_block.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_inbox_create.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_inbox_delete.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_inbox_follow.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_inbox_like.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_inbox_remove.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_inbox_update.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00