bookwyrm/bookwyrm/tests/activitypub
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_author.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_base_activity.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_note.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_person.py Adds test for user followers field from AP 2021-08-28 12:20:43 -07:00
test_quotation.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00