Python Library Unittest
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

unittest.tex 414B

1234567891011
  1. {%- import 'macros.tex' as macros %}
  2. \begin{tabu} to \linewidth {lX}
  3. \toprule
  4. {\bf Unittest Information} & \\
  5. \midrule
  6. {%- for key in unittest_information %}
  7. {{macros.latex_filter(key)}} & {{macros.latex_filter(data.unittest_information[key])}} \\
  8. Testruns with & {% for testrun in data.testrun_list %}{{testrun.interpreter}}{% if not loop.last %}, {% endif %}{% endfor %}\\
  9. {%- endfor %}
  10. \bottomrule
  11. \end{tabu}