Examples — PythonQwt 0.14 Manual (original) (raw)
The test launcher¶
A lot of examples are available in the qwt.test
module
from qwt import tests tests.run()
The two lines above execute the PythonQwt
test launcher:
GUI-based test launcher can be executed from the command line thanks to thePythonQwt
test script.
Unit tests may be executed from the commande line thanks to the console-based scriptPythonQwt-tests
: PythonQwt-tests --mode unattended
.
Tests¶
Here are some examples from the qwt.test module: