Add more tests

This commit is contained in:
2022-08-08 08:45:42 +02:00
parent 72cfd729a7
commit 74f0e8d22c
4 changed files with 86 additions and 27 deletions

View File

@ -1,8 +1,8 @@
import imghdr
import os
import settings
from video import make_thumbnail, video_resolution
from discord_embed import settings
from discord_embed.video import make_thumbnail, video_resolution
TEST_FILE = "tests/test.mp4"