forked from prehensile/skypebot
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcommand_tester.py
More file actions
28 lines (23 loc) · 827 Bytes
/
command_tester.py
File metadata and controls
28 lines (23 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
from commands import drinkcommand
from commands import shoutoutcommand
from commands import lspcommand
from commands import commandscratch
from commands import hankcommand
from commands import regretscommand
from commands import ballcommand
from commands import recapcommand
from commands import spookcommand
from commands import drinkcommand
from commands import cryptocommand
# stats
#test_command = spookcommand.SpookCommand()
#print test_command.generate( "shardcore" )
# ponder
#test_command = pondercommand.PonderCommand()
#print test_command.generate( "prehensile" )
# shoutout
#test_command = shoutoutcommand.ShoutoutCommand()
#test_message = { "Body": "#shoutout to the berlin massive" }
#print test_command.execute( test_message )
test_command = cryptocommand.CryptoCommand()
print test_command.generate("atom")