3 To run the tests do `pytest name_of_the_file.py`. E.g:
6 $ pytest elogtool_test.py
13 Requires `pytest`. To install it do:
16 $ pip install --user pytest
21 Make sure that you have compiled the cbfstool binaries before running the test. e.g:
24 $ cd $COREBOOT_SRC/util/cbfstool