Lines Matching full:python
3 Functional testing with Python
7 Python. They are usually higher level tests, and may interact with
10 The tests should be written in the style of the Python `unittest`_ framework,
14 into the right shape, e.g. by replacing the 'stdout' python object to redirect
57 the PYTHONPATH that has to include the python folder and the tests/functional
62 $ export PYTHONPATH=../python:../tests/functional
94 Python module, containing the ``qemu_test.QemuSystemTest`` class.
173 The QEMUMachine API is already widely used in the Python iotests,
174 device-crash-test and other Python scripts. It's a wrapper around the
318 Since the test framework is based on the common Python unittest framework,
319 you can use the usual Python decorators which allow for easily skipping
324 https://docs.python.org/3/library/unittest.html#skipping-tests-and-expected-failures
380 .. _unittest: https://docs.python.org/3/library/unittest.html