projects
/
pytest-output-to-files.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d2bb0
)
reduce line count
author
Jacob Lifshay
<programmerjake@gmail.com>
Sat, 3 Jun 2023 03:33:57 +0000
(20:33 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Sat, 3 Jun 2023 03:33:57 +0000
(20:33 -0700)
pytest_output_to_files.py
patch
|
blob
|
history
diff --git
a/pytest_output_to_files.py
b/pytest_output_to_files.py
index 82e848451c83e4dc53f186664e37901cad610779..7be7ba056a7fb73ea2dd584b466693028c9c83e5 100644
(file)
--- a/
pytest_output_to_files.py
+++ b/
pytest_output_to_files.py
@@
-12,7
+12,7
@@
if os.name != 'posix':
raise ValueError(
f"{sys.platform} is not supported by pytest-output-to-files")
-_DEFAULT_LINE_LIMIT = 500
0
+_DEFAULT_LINE_LIMIT = 500
class _Capture: