mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-19 23:20:57 +01:00
Added commented-out test for log with multiple arguments.
This commit is contained in:
parent
66d019827b
commit
b515336d14
@ -43,6 +43,9 @@ class MathTestCase(PluginTestCase, PluginDocumentation):
|
|||||||
self.assertNotRegexp('calc [9, 5] + [9, 10]', 'TypeError')
|
self.assertNotRegexp('calc [9, 5] + [9, 10]', 'TypeError')
|
||||||
self.assertError('calc [9, 5] + [9, 10]')
|
self.assertError('calc [9, 5] + [9, 10]')
|
||||||
self.assertNotError('calc degrees(2)')
|
self.assertNotError('calc degrees(2)')
|
||||||
|
# Bug in Python <= 2.3.2.
|
||||||
|
## self.assertNotError('calc log(8,2)')
|
||||||
|
## self.assertNotError('calc log(8,2)')
|
||||||
|
|
||||||
def testRpn(self):
|
def testRpn(self):
|
||||||
self.assertResponse('rpn 5 2 +', '7')
|
self.assertResponse('rpn 5 2 +', '7')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user