Parcourir la source

Add the first test and .gitignore

The first test fails to import the project.
Oz N Tiram il y a 4 ans
Parent
commit
1950e1bdb6
2 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 2 0
      .gitignore
  2. 5 0
      tests/test_rover.py

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+*.sw[o,p]
+**/__pycache__**

+ 5 - 0
tests/test_rover.py

@@ -0,0 +1,5 @@
+from rover import Rover
+
+
+def test_can_land():
+    assert Rover()