Searched refs:Pytest (Results  1 – 11 of 11) sorted by relevance
| /Zephyr-latest/scripts/tests/twister/pytest_integration/ | 
| D | test_harness_pytest.py | 11 from twisterlib.harness import Pytest 39     pytest_harness = Pytest() 59     pytest_harness = Pytest() 68     pytest_harness = Pytest() 78     pytest_harness = Pytest() 87     pytest_harness = Pytest() 154     pytest_harness = Pytest() 178     pytest_harness = Pytest() 208     pytest_harness = Pytest() 244     pytest_harness = Pytest() [all …] 
 | 
| /Zephyr-latest/scripts/tests/twister/ | 
| D | test_harness.py | 27     Pytest, 574     pytest_test = Pytest() 611     pytest_test = Pytest() 612     mock.patch.object(Pytest, "PYTEST_PLUGIN_INSTALLED", False) 627     harness = Pytest() 630     mock.patch.object(Pytest, "generate_command", return_value=cmd) 631     mock.patch.object(Pytest, "run_command") 653     test_obj = Pytest()
  | 
| D | test_runner.py | 29 from twisterlib.harness import Pytest 2324     pytest_mock = mock.Mock(spec=Pytest)
  | 
| /Zephyr-latest/tests/boot/with_mcumgr/ | 
| D | README.rst | 9    Pytest uses the MCUmgr fixture which requires the ``mcumgr`` available
  | 
| /Zephyr-latest/scripts/pylib/pytest-twister-harness/ | 
| D | README.rst | 2 Pytest Twister harness
  | 
| /Zephyr-latest/samples/subsys/testsuite/pytest/shell/ | 
| D | README.rst | 2    :name: Pytest shell application testing
  | 
| /Zephyr-latest/doc/develop/test/ | 
| D | pytest.rst | 13 Pytest is a python framework that *“makes it easy to write small, readable tests, and can scale to 30 Pytest-based test suites are discovered the same way as other twister tests, i.e., by a presence 80 Pytest scans the given locations looking for tests, following its default
  | 
| D | twister.rst | 805 Pytest  subsection
  | 
| /Zephyr-latest/tests/net/lib/lwm2m/interop/ | 
| D | README.md | 4 the Twister's Pytest integration to run testcases against Leshan demo server.
  | 
| /Zephyr-latest/scripts/pylib/twister/twisterlib/ | 
| D | harness.py | 368 class Pytest(Harness):  class 633 class Shell(Pytest):
  | 
| D | runner.py | 48 from twisterlib.harness import Ctest, HarnessImporter, Pytest 1777             if isinstance(harness, Pytest):
  |