Home
last modified time | relevance | path

Searched refs:test_function (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/qemu-iotests/
H A Diotests.py1691 def execute_test(*args, test_function=None, **kwargs): argument
1695 if not test_function:
1698 test_function()
1716 def script_main(test_function, *args, **kwargs): argument
1719 execute_test(*args, test_function=test_function, **kwargs)
/qemu/docs/devel/testing/
H A Dfunctional.rst301 def test_function(self):