()
| 82 | |
| 83 | |
| 84 | def test_command_chain_dispatcher_eq_priority(): |
| 85 | okay1 = Okay("okay1") |
| 86 | okay2 = Okay("okay2") |
| 87 | dp = CommandChainDispatcher([(1, okay1)]) |
| 88 | dp.add(okay2, 1) |
nothing calls this directly
no test coverage detected
searching dependent graphs…