Skip to content

Commit

Permalink
add repr test for _DictionaryMock
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Dec 21, 2020
1 parent 9a88f04 commit c88c447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_async.py
Expand Up @@ -285,6 +285,7 @@ async def run():
initial='A', queued=True, send_event=True)
await asyncio.gather(m1.go(), m2.go(),
self.call_delayed(m1.remove, 0.02), self.call_delayed(m2.go, 0.04))
_ = repr(m._transition_queue_dict) # check whether _DictionaryMock returns a valid representation
self.assertTrue(m1.is_B())
self.assertTrue(m2.is_C())
m.remove_model(m2)
Expand Down

0 comments on commit c88c447

Please sign in to comment.