Skip to main content

✅ Is local different lane

CategoryRegression
StatusPassing
Testtests/test_targeting.py::test_is_local_different_lane

Two demons in different lanes are NOT local to each other.

Preconditions

  • Duban (#001) in lane 0.

  • Andras (#093) in lane 1.

Action

  • is_local(duban, andras)

Expected Postconditions

  • Returns False (different lanes).

  • Confusion #10 reminder: local only covers 1 of 3 lanes.

Assertions

assert is_local(duban, andras) is False