Lines Matching refs:tests
3 Twister blackbox tests
7 to understand existing files and create their own. All developers should fix any tests
14 Twister blackbox tests are written in python, using the ``pytest`` library.
17 Tests and data are wholly contained in the :zephyr_file:`scripts/tests/twister_blackbox`
20 Blackbox tests should not be aware of the internal twister code. Instead, they should
37 twister -i --outdir $OUTDIR -T $TEST_DATA/tests -y --level $LEVEL
50 Typical files read in blackbox tests are ``testplan.json`` , ``twister.xml`` and ``twister.log`` .
67 - this decorator allows us to use only tests defined in the ``test_data`` and
68 ignore the Zephyr testcases in the ``tests`` directory. **Note that all ``test_data``
69 tests use** ``test_data.yaml`` **as a filename, not** ``testcase.yaml`` **!**
76 Blackbox tests use ``pytest`` 's fixtures, further reading on which is available
83 :zephyr_file:`scripts/tests/twister_blackbox/conftest.py` file.
85 - :zephyr_file:`scripts/tests/twister_blackbox/conftest.py` already contains some fixtures -
127 of your tests, as it is used for the common test setup.