リビジョン | e5a046dd8aec9f828876dadeb8068f5b09c99641 (tree) |
---|---|
日時 | 2019-10-24 19:38:42 |
作者 | ![]() |
コミッター | H. Turgut Uyar |
Add init module to tests for coverage data collection
@@ -74,7 +74,7 @@ | ||
74 | 74 | {[testenv]deps} |
75 | 75 | pytest-cov~=2.7 |
76 | 76 | commands = |
77 | - pytest --cov-report=term-missing --cov humphrey tests | |
77 | + pytest --cov=humphrey --cov-report=term-missing tests | |
78 | 78 | |
79 | 79 | [testenv:style] |
80 | 80 | deps = |