Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-09 14:10:01 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-09 14:10:01 (GMT)
commit994b337709383dc7858ae4c8d67870858d4fd120 (patch)
tree6fc349357ed575122c88c3e94ade08aa4ba44a47 /tests
parentcbd3a52a6852574e3f481dac0ff2fc51c8d5038d (diff)
Add a bot and ability to share chat
Diffstat (limited to 'tests')
-rw-r--r--tests/simulator/bots/chaitanya.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/simulator/bots/chaitanya.py b/tests/simulator/bots/chaitanya.py
new file mode 100644
index 0000000..95798c7
--- /dev/null
+++ b/tests/simulator/bots/chaitanya.py
@@ -0,0 +1,8 @@
+from sugar.simulator import Bot
+
+bot = Bot()
+bot.name = 'chaitanya'
+
+bot.share_chat('All About Giraffes')
+
+bot.start()