12 line
414 B
TeX
12 line
414 B
TeX
{%- import 'macros.tex' as macros %}
|
|
\begin{tabu} to \linewidth {lX}
|
|
\toprule
|
|
{\bf Unittest Information} & \\
|
|
\midrule
|
|
{%- for key in unittest_information %}
|
|
{{macros.latex_filter(key)}} & {{macros.latex_filter(data.unittest_information[key])}} \\
|
|
Testruns with & {% for testrun in data.testrun_list %}{{testrun.interpreter}}{% if not loop.last %}, {% endif %}{% endfor %}\\
|
|
{%- endfor %}
|
|
\bottomrule
|
|
\end{tabu}
|