mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-22 06:26:56 +01:00
Adds a few more test cases for coverage and adds no coverage to some others
This commit is contained in:
parent
cbe567069f
commit
22e00a7080
8 changed files with 128 additions and 39 deletions
|
|
@ -87,10 +87,10 @@ def _convert_thumbnails_to_webp(apps, schema_editor):
|
|||
) as pool:
|
||||
pool.map(_do_convert, work_packages)
|
||||
|
||||
end = time.time()
|
||||
duration = end - start
|
||||
end = time.time()
|
||||
duration = end - start
|
||||
|
||||
logger.info(f"Conversion completed in {duration:.3f}s")
|
||||
logger.info(f"Conversion completed in {duration:.3f}s")
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue