remove old comments
This commit is contained in:
@@ -25,7 +25,6 @@ class TestCalc(unittest.TestCase):
|
|||||||
|
|
||||||
self.phenny.say.assert_called_once_with('2')
|
self.phenny.say.assert_called_once_with('2')
|
||||||
|
|
||||||
# @unittest.skip('Not supported with DuckDuckGo')
|
|
||||||
def test_c_scientific(self):
|
def test_c_scientific(self):
|
||||||
input = Mock(group=lambda x: '2^64')
|
input = Mock(group=lambda x: '2^64')
|
||||||
c(self.phenny, input)
|
c(self.phenny, input)
|
||||||
|
|||||||
Reference in New Issue
Block a user