File: index.rst

package info (click to toggle)
python-qwt 0.12.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,376 kB
  • sloc: python: 11,953; makefile: 19; sh: 10
file content (49 lines) | stat: -rw-r--r-- 861 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.. _examples:

Examples
========

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:

.. image:: /../qwt/tests/data/testlauncher.png

GUI-based test launcher can be executed from the command line thanks to the 
``PythonQwt`` test script.

Unit tests may be executed from the commande line thanks to the console-based script 
``PythonQwt-tests``: ``PythonQwt-tests --mode unattended``.

Tests
-----



Here are some examples from the `qwt.test` module:

.. toctree::
    :maxdepth: 2
    
    bodedemo
    cartesian
    cpudemo
    curvebenchmark1
    curvebenchmark2
    curvedemo1
    curvedemo2
    data
    errorbar
    eventfilter
    image
    logcurve
    mapdemo
    multidemo
    simple
    vertical