test_rover.py 66 B

12345
  1. from rover import Rover
  2. def test_can_land():
  3. assert Rover()