testing.txt

来自「Welcome to MS4W, the no fuss installer f」· 文本 代码 · 共 35 行

TXT
35
字号
.. $Id: TESTING.txt,v 1.11 2004/11/29 21:08:49 sean Exp $Python MapScript Unit Tests========================================Authors: Sean Gillies, sgillies@frii.com         Howard Butler, hobu@iastate.eduRunning the tests-----------------To run all of the tests, change directory to cases and execute::    $ cd cases    $ python runalltests.py -v    This runs all tests found in every TestCase derived class defined in anymodule named "cases/*test.py".  The tests cannot be run properly fromanother path.  The unit test script will insert the local build directoryproduced by Python distutils into the head of the Python PATH.  This allowsus to run the unit tests before installing the mapscript module.  The unittests use a map config file, symbolset file, fontset file, and data locatedin the 'tests' directory of the mapserver distribution.If you encounter any errors, please create a new issue in the MapServerbug tracker    http://mapserver.gis.umn.edu/bugs/enter_bug.cgiunder the SWIG-MapScript component.  Copy the relevant error messagesand we'll get to the bug ASAP.  Thanks!

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?