mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 18:26:32 +01:00
Patch out tickerhandler to avoid reactor testing issues
This commit is contained in:
parent
e23ca1abf0
commit
c211a5414f
1 changed files with 1 additions and 0 deletions
|
|
@ -1325,6 +1325,7 @@ class TestTurnBattleRangeFunc(EvenniaTest):
|
|||
|
||||
class TestTurnBattleItemsFunc(EvenniaTest):
|
||||
|
||||
@patch("evennia.contrib.turnbattle.tb_items.tickerhandler", new=MagicMock())
|
||||
def setUp(self):
|
||||
super(TestTurnBattleItemsFunc, self).setUp()
|
||||
self.testroom = create_object(DefaultRoom, key="Test Room")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue