Skip to main content

✅ Is local same lane

CategoryAbility
StatusPassing
Testtests/test_targeting.py::test_is_local_same_lane

Two demons in the same lane are local to each other.

Preconditions

  • Duban (#001) in lane 0.

  • Gusion (#105) in lane 0.

Action

  • is_local(duban, gusion)

Expected Postconditions

  • Returns True (both in lane 0).

Assertions

assert is_local(duban, gusion) is True