zephyr/tests/ztest
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
..
automain testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
base testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
busy_sim testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
custom_output testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
error_hook ztest: Add zassume* API 2022-07-04 14:16:34 -04:00
mock testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
mock_fff testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
register ztest: Fix userspace ztests in new API 2022-05-25 11:20:13 +09:00
ztress twister: add support for platform_type filter 2022-05-14 14:49:59 -04:00