File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -1486,7 +1486,7 @@ PYLINT LINTER *compiler-pylint*
14861486
14871487 let b:pylint_makeprg_params = "--max-line-length "..&textwidth
14881488
1489- グローバルデフォルトは "--jobs=0" で、(ほぼ) すべてのコアを使用する。
1489+ グローバルのデフォルトは "--jobs=0" で、(ほぼ) すべてのコアを使用する。
14901490
14911491PYUNIT COMPILER *compiler-pyunit*
14921492
@@ -1509,6 +1509,15 @@ http://pyunit.sourceforge.net
15091509次も参照。
15101510http://vim.sourceforge.net/tip_view.php?tip_id=280 .
15111511
1512+ PYTEST COMPILER *compiler-pytest*
1513+
1514+ よく使用されるコンパイラオプションは、b/g:pytest_makeprg_params 変数を設定する
1515+ ことで 'makeprg' に追加できる。例: >
1516+
1517+ let b:pytest_makeprg_params = "--verbose --no-summary --disable-warnings"
1518+
1519+ グローバルのデフォルトは "--tb=short --quiet" である。Python の警告は抑制され
1520+ る。
15121521
15131522TEX COMPILER *compiler-tex*
15141523
Original file line number Diff line number Diff line change @@ -1557,6 +1557,14 @@ Useful values for the 'makeprg' options therefore are:
15571557
15581558Also see http://vim.sourceforge.net/tip_view.php?tip_id=280 .
15591559
1560+ PYTEST COMPILER *compiler-pytest*
1561+
1562+ Commonly used compiler options can be added to 'makeprg' by setting the
1563+ b/g:pytest_makeprg_params variable. For example: >
1564+
1565+ let b:pytest_makeprg_params = "--verbose --no-summary --disable-warnings"
1566+
1567+ The global default is "--tb=short --quiet"; Python warnings are suppressed.
15601568
15611569TEX COMPILER *compiler-tex*
15621570
You can’t perform that action at this time.
0 commit comments