Преглед на файлове

Add the first test and .gitignore

The first test fails to import the project.
Oz N Tiram преди 4 години
родител
ревизия
1950e1bdb6
променени са 2 файла, в които са добавени 7 реда и са изтрити 0 реда
  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()