zephyr/doc/develop/test
Yuval Peress e9e030f56b ztest: Add zassume* API
Add an assume API which works like JUnit's. Assumptions can be made
at any point before your test returns (setup, before, and during the
test). If an assumption fails, the test will be marked as skipped.

This helps avoid a cascading affect of failed tests when a base
feature breaks. The feature is expected to have tests and the tests
which depend on it should be skipped (not failed) if that feature
is broken.

Issue #42472

Signed-off-by: Yuval Peress <peress@google.com>
2022-07-04 14:16:34 -04:00
..
coverage.rst doc: coverage: fix coverage report generation instruction 2022-05-26 13:14:27 -07:00
fixtures.svg
index.rst sparse: add sparse support 2022-04-28 08:54:21 -04:00
mocking.c
sparse.rst sparse: add sparse support 2022-04-28 08:54:21 -04:00
twister.rst ztest: Add config to shuffle test order 2022-05-11 12:14:31 -04:00
ztest.rst ztest: Add zassume* API 2022-07-04 14:16:34 -04:00