Sfoglia il codice sorgente

Add the first test and .gitignore

The first test fails to import the project.
Oz N Tiram 4 anni fa
parent
commit
1950e1bdb6
2 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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()