mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Patch out tickerhandler to avoid reactor testing issues
This commit is contained in:
parent
5f238f2c34
commit
a31ac6b68f
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