Home
last modified time | relevance | path

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

/qemu/tests/qemu-iotests/
A Diotests.py1673 def execute_test(*args, test_function=None, **kwargs): argument
1677 if not test_function:
1680 test_function()
1698 def script_main(test_function, *args, **kwargs): argument
1701 execute_test(*args, test_function=test_function, **kwargs)
/qemu/docs/devel/testing/
A Dfunctional.rst284 def test_function(self):

Completed in 13 milliseconds