bookwyrm/bookwyrm/tests/importers
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_calibre_import.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_goodreads_import.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_importer.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_librarything_import.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_openlibrary_import.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00
test_storygraph_import.py Use setUpTestData() to speed up tests 2023-12-11 19:40:30 -03:00