Skip to content

Commit 960a25f

Browse files
committed
test 스크립트 수정
1 parent df7638b commit 960a25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def run(context: Context):
2626

2727
@task
2828
def test(context: Context):
29-
context.run('pytest . --cov=. --cov-report=xml', pty=True)
29+
context.run('pytest . -s --cov=. --cov-report=xml', pty=True)
3030

3131

3232
@task

0 commit comments

Comments
 (0)