瀏覽代碼

Fix test lookup

Basti Tee 4 年之前
父節點
當前提交
696d79e303
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Pipfile

+ 1 - 0
Pipfile

@@ -17,6 +17,7 @@ pytest = "*" # Python base-testing library
 tox = "*" # Automated and standardized testing in Python
 rope = "*" # Refactoring library
 twine = "*" # Interoperability with pypi.org
+my_module = {path = ".", editable = true}
 
 [packages]
 requests = "*"