wip
This commit is contained in:
parent
b71bedb62a
commit
27cdf52a4a
23 changed files with 5605 additions and 758 deletions
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
14
tests/test_unit.py
Normal file
14
tests/test_unit.py
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue