mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-02-21 14:22:24 +00:00
Clippy is recommending that format args are inlined for better clarity, so ensure our docs include this Signed-off-by: stevenhorsman <steven@uk.ibm.com>
Kata Containers unit testing presentation
Markdown version
See the Kata Containers unit testing presentation.
To view as an HTML presentation
$ infile="kata-containers-unit-testing.md"
$ outfile="/tmp/kata-containers-unit-testing.html"
$ pandoc -s --metadata title="Kata Containers unit testing" -f markdown -t revealjs --highlight-style="zenburn" -i -o "$outfile" "$infile"
$ xdg-open "file://$outfile"