small fixes

This commit is contained in:
2026-01-17 19:01:49 +01:00
parent 9b20353e3a
commit e841f55c18
2 changed files with 3 additions and 3 deletions

View File

@@ -154,7 +154,7 @@ main:
[...]
- !include path/to/my/subtest.cpt
- !include path/to/my/subtest.tum
[...]
@@ -188,7 +188,7 @@ report:
\begin{itemize}
\item Built-in variables:
\begin{itemize}
\item \incode{test\_directory}: the folder of the main cpt file
\item \incode{test\_directory}: the folder of the main tum file
\item \incode{test\_main\_file}: the main tum file
\item \incode{os}: The OS used by the system (Linux or Windows)
\item \incode{host\_name}: The hostname of the machine

View File

@@ -35,7 +35,7 @@
\incode{loop} & Container for repeating things \\
\incode{plot} & Runtime plot utility \\
\incode{report} & Extract a report file \\
\incode{run} & Runs a new instance of sequencer \\
\incode{run} & Runs a new instance of \tum{testium} \\
\incode{sleep} & Wait (with or without dialog) \\
\incode{unittest\_file} & Python unittest file \\
\hline