move calculator functionality to ddg

This may or may not be temporary, but it's better than the calculator
being totally broken.
This commit is contained in:
mutantmonkey
2013-11-05 09:19:02 -08:00
parent 6686ce31b7
commit d692a5271b
2 changed files with 16 additions and 15 deletions

View File

@@ -18,6 +18,7 @@ class TestCalc(unittest.TestCase):
self.phenny.say.assert_called_once_with('25')
@unittest.skip('Not supported with DuckDuckGo')
def test_c_scientific(self):
input = Mock(group=lambda x: '2^64')
c(self.phenny, input)