Explorar o código

Add the first test and .gitignore

The first test fails to import the project.
Oz N Tiram %!s(int64=4) %!d(string=hai) anos
pai
achega
1950e1bdb6
Modificáronse 2 ficheiros con 7 adicións e 0 borrados
  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()