Skip to content

Commit be7c19f

Browse files
committed
Add no truncate options
Signed-off-by: qqiao <qqiao@nvidia.com>
1 parent 1d4fb89 commit be7c19f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/integration/defs/perf/disagg/pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[pytest]
2+
truncation_limit_lines = 0
3+
truncation_limit_chars = 0
24
markers =
35
perf: Performance benchmark tests
46
accuracy: Accuracy evaluation tests

tests/integration/defs/pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[pytest]
2+
truncation_limit_lines = 0
3+
truncation_limit_chars = 0
24
asyncio_default_fixture_loop_scope = module
35
threadleak = True
46
threadleak_exclude = asyncio_\d+

tests/unittest/pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[pytest]
2+
truncation_limit_lines = 0
3+
truncation_limit_chars = 0
24
xdist_start_method = spawn
35
asyncio_default_fixture_loop_scope = module
46
threadleak = True

0 commit comments

Comments
 (0)