err-elizabot

a classic electronic shrink for the chatbot err
git clone https://git.ce9e.org/err-elizabot.git

commit
f3a0460acfe4930bbf573574066ca521fd9658a9
parent
561b534b6fda56bdc4f095020cf86bf0e64f2c46
Author
Guillaume Binet <gbin@gootz.net>
Date
2015-05-31 19:50
fixing tests

Diffstat

M tests/test_eliza.py 6 +-----

1 files changed, 1 insertions, 5 deletions


diff --git a/tests/test_eliza.py b/tests/test_eliza.py

@@ -4,9 +4,6 @@ from errbot import PY3
    4     4 
    5     5 
    6     6 class TestCommands(FullStackTest):
    7    -1     @classmethod
    8    -1     def setUpClass(cls, extra=None):
    9    -1         super(TestCommands, cls).setUpClass(__file__)
   10     7 
   11     8     def test_eliza(self):
   12     9         pushMessage('!eliza Hello')
@@ -17,4 +14,4 @@ class TestCommands(FullStackTest):
   17    14         self.assertCommandFound('!askus')
   18    15 
   19    16     def test_complete(self):
   20    -1         self.assertCommand('!complete paris is', 'paris is'
   20    -1 
\ No newline at end of file
   -1    17         self.assertCommand('!complete paris is', 'paris is')