mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
fix:Removed unused commented out function
This commit is contained in:
parent
1cc47d77e5
commit
e70da12872
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