Salome HOME
Merge 'oscar/porting_to_V9' branch.
[modules/gui.git] / tools / CurvePlot / src / python / test / README.txt
1 Unit tests are in plot_test.py.
2
3 They should be run: 
4     - without any install of CurvePlot, to be sure there is no conflict
5     - with the ctest command 
6
7 If anything is changed in the code, be sure to explicitely call
8     cmake .
9 in the build directory to update the local replica of the 'curveplot' package.
10
11 PlotCurve_Standalone is a standalone Python executable that shows the
12 various functionalities of the package.
13