zephyr/doc/develop
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
..
api docs: Update i2c API modified version to 3.2 2022-06-29 17:51:31 +02:00
application doc: toolchains: Add Zephyr SDK documentation 2022-06-01 15:26:48 +02:00
flash_debug doc: remove guides and split content 2022-04-07 16:35:19 +02:00
getting_started python: Fix the requirement for libmagic to be installed 2022-06-30 13:34:26 +02:00
languages doc: develop: Fix typo in newlib page 2022-06-02 12:56:25 +02:00
optimizations doc: move sections from guides 2022-04-07 16:35:19 +02:00
test ztest: Add zassume* API 2022-07-04 14:16:34 -04:00
toolchains boards: intel_s1000_crb: remove board/soc 2022-06-13 16:19:51 -04:00
tools doc: remove guides and split content 2022-04-07 16:35:19 +02:00
west doc: west: Add an example of using the credential store for GitHub 2022-04-26 21:15:26 -04:00
beyond-GSG.rst doc: toolchains: Add Zephyr SDK documentation 2022-06-01 15:26:48 +02:00
env_vars.rst doc: move env var section to development section 2022-04-07 16:35:19 +02:00
index.rst doc: develop: Add 'Language Support' sub-category 2022-06-01 15:26:48 +02:00
modules.rst doc: move modules section to developing with zephyr 2022-04-07 16:35:19 +02:00