err-elizabot

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

commit
1442720ccb61dd0eeae235bf4da80b567add4dc8
parent
f3a0460acfe4930bbf573574066ca521fd9658a9
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-05-24 06:20
rm tests for simplicity

Diffstat

D tests/test_eliza.py 17 -----------------

1 files changed, 0 insertions, 17 deletions


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

@@ -1,17 +0,0 @@
    1    -1 # coding=utf-8
    2    -1 from errbot.backends.test import FullStackTest, pushMessage, popMessage
    3    -1 from errbot import PY3
    4    -1 
    5    -1 
    6    -1 class TestCommands(FullStackTest):
    7    -1 
    8    -1     def test_eliza(self):
    9    -1         pushMessage('!eliza Hello')
   10    -1         ref = self.assertRegex if PY3 else self.assertRegexpMatches
   11    -1         ref(popMessage(), r"Hi|Hello")
   12    -1 
   13    -1     def test_askus(self):
   14    -1         self.assertCommandFound('!askus')
   15    -1 
   16    -1     def test_complete(self):
   17    -1         self.assertCommand('!complete paris is', 'paris is')