mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 07:46:30 +01:00
fix:Removed unused commented out function
This commit is contained in:
parent
e69dc8a1c3
commit
d4df18fd28
1 changed files with 0 additions and 9 deletions
|
|
@ -129,15 +129,6 @@ class TestMonitorHandler(TestCase):
|
|||
self.handler.add(obj, fieldname, callback)
|
||||
self.assertNotIn(fieldname, self.handler.monitors[obj])
|
||||
|
||||
""" def test_add_raise_exception(self):
|
||||
obj = mock.Mock()
|
||||
fieldname = "db_add"
|
||||
callback = 1
|
||||
idstring = "test"
|
||||
# self.assertEquals(inspect.isfunction(callback),True)
|
||||
self.assertRaises(Exception,self.handler.add,obj, fieldname, callback, idstring=idstring)
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue