Scilab 6.0.0
Aide de Scilab >> Outils de développement > example_run
example_run
Launch the examples found in help pages.
Syntax
example_run() example_run(moduleNames) example_run(moduleNames, functionNames) example_run(moduleNames, functionNames, language) example_run(moduleNames, functionNames, language, testrunOptions, testrunExportToFile)
Arguments
- moduleNames
a string or a string vector: the name(s) of the modules to test. Default value is the value returned by getmodules().
- functionNames
a string or a string vector: the name(s) of the functions to test. If not given, all help pages of the module(s) will be tested.
- language
a string: the language of the help pages to test. Default value is "en_US".
- testrunOptions
Used as third input argument for test_run.
- testrunExportToFile
Used as forth input argument for test_run.
Description
This function extracts the examples given in help pages and run them using test_run.
Example
See Also
- test_run — Lance les tests unitaires et de non régression présents dans un module ou dans un répertoire. La passe de test vérifie d'abord que le test s'exécute sans erreur, puis que la sortie console (fichier dia) est conforme à un fichier de référence préalablement généré (fichier dia.ref).
History
Version | Description |
5.4.0 | Function example_run introduced. |
Comments
Add a comment:
Please login to comment this page.