This commit is contained in:
cătălin 2024-12-01 20:23:43 +01:00
commit 27cdf52a4a
No known key found for this signature in database
23 changed files with 5605 additions and 758 deletions

0
tests/__init__.py Normal file
View file

14
tests/test_unit.py Normal file
View file

@ -0,0 +1,14 @@
def test_start():
bot = Huesoporro(chat_sources=[ChatSources.TWITCH, ChatSources.DISCORD])
bot.start()
def test_generate():
mkv = MarkovChain()
inputless_generation = mkv.generate()
fries_generation = mkv.generate("fries")
curly_fries_generation = mkv.generate("curly fries")