bookwyrm/bookwyrm/tests/views/books
Bart Schuurmans ffee29d8e2 Fix resource leaks
Rewrite places where files (or other resources) are opened but not closed to "with" blocks, which
automatically call close() at the end of the scope.

Also simplify some tests where images need to be saved to a model field: an opened file can be
passed directly to FileField.save().
2024-03-29 20:14:10 +01:00
..
__init__.py Updates init files for pylint 2022-04-08 14:16:05 -07:00
test_book.py Fix resource leaks 2024-03-29 20:14:10 +01:00
test_edit_book.py Fix instances of bad-classmethod-argument in recently edited files 2024-03-17 21:28:55 -03:00
test_editions.py Fix instances of bad-classmethod-argument in recently edited files 2024-03-17 21:28:55 -03:00
test_links.py Fix instances of bad-classmethod-argument in recently edited files 2024-03-17 21:28:55 -03:00