- 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-82 -1 from errbot.backends.test import FullStackTest, pushMessage, popMessage3 -1 from errbot import PY34 -15 -16 -1 class TestCommands(FullStackTest):7 -18 -1 def test_eliza(self):9 -1 pushMessage('!eliza Hello')10 -1 ref = self.assertRegex if PY3 else self.assertRegexpMatches11 -1 ref(popMessage(), r"Hi|Hello")12 -113 -1 def test_askus(self):14 -1 self.assertCommandFound('!askus')15 -116 -1 def test_complete(self):17 -1 self.assertCommand('!complete paris is', 'paris is')