Add test pipeline step and a basic test

This commit is contained in:
Deko
2023-03-04 00:15:19 +01:00
parent c8df3b31da
commit 33fd4fa682
12 changed files with 238 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ import os
import requests
from loguru import logger
from twitch_client import StreamInformation
from app.twitch_client import StreamInformation
class DiscordClient: