소스 검색

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 = "*"