kata-containers/docs/presentations/unit-testing
Chelsea Mafrica b785ef96ec docs: Change location of static checks script
We now use the static checks script from the main kata containers repo
and not the tests repo; update documentation to reflect this.

Fixes #8681

Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
2023-12-15 17:13:02 -08:00
..
kata-containers-unit-testing.md docs: Change location of static checks script 2023-12-15 17:13:02 -08:00
README.md docs: Add unit testing presentation 2022-03-01 15:52:03 +00:00

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"