First complete prototype. To be polished.
This commit is contained in:
@@ -82,9 +82,13 @@
|
||||
\begin{itemize}
|
||||
\item \incode{cn\_<item\_name>} : Containing the last data which has been read in the console
|
||||
\end{itemize}
|
||||
\item func test itm specific variables
|
||||
\item \incode{py\_func} test item specific variables
|
||||
\begin{itemize}
|
||||
\item \incode{fn\_<item\_name>} : The returned value of the last func test item execution
|
||||
\item \incode{pfn\_<item\_name>} : The returned value of the last \incode{py\_func} test item execution
|
||||
\end{itemize}
|
||||
\item \incode{lua\_func} test item specific variables
|
||||
\begin{itemize}
|
||||
\item \incode{lfn\_<item\_name>} : The returned value of the last \incode{lua\_func} test item execution
|
||||
\end{itemize}
|
||||
\item loop test item specific variables
|
||||
\begin{itemize}
|
||||
@@ -381,5 +385,14 @@ tm = require("testium")
|
||||
\end{minted}
|
||||
\caption{\incode{json\_rpc} query and answer separated}
|
||||
\end{listing}
|
||||
\end{columns}
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Other test items}
|
||||
\begin{itemize}
|
||||
\item \incode{plot}: Displays and stores time series data
|
||||
\item \incode{run}: Execute a new instance of \tum{testium}
|
||||
\item \incode{unittest\_file}: Runs a Python file based on the unittest framework
|
||||
\end{itemize}
|
||||
|
||||
\end{frame}
|
||||
Reference in New Issue
Block a user