The first test fails to import the project.
@@ -0,0 +1,2 @@
+*.sw[o,p]
+**/__pycache__**
@@ -0,0 +1,5 @@
+from rover import Rover
+
+def test_can_land():
+ assert Rover()