浏览代码

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()