Skip to content

Commit 0dd5431

Browse files
levsabluetech
andauthored
Update testing/acceptance_test.py
Co-authored-by: Ran Benita <[email protected]>
1 parent 23f0a5f commit 0dd5431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/acceptance_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ def test_func(self, a):
562562
tests = [
563563
"test_file.py::TestClass::test_func[x]",
564564
"test_file.py::TestClass::test_func[y]",
565+
"-q",
565566
]
566567
args_file = pytester.maketxtfile(tests="\n".join(tests))
567568
result = pytester.runpytest(f"@{args_file}")

0 commit comments

Comments
 (0)