163. apps.RunAll — RunAll

This application can be used to automatically run a sequence of pyFormex examples. It is often used to test pyFormex functionality.

163.1. Functions defined in module apps.RunAll

apps.RunAll.runAll(startfrom='A', stopat='[', count=-1, recursive=True, timeout=1.0, pause=1.0, shuffle=False)[source]

Run all apps with a name in the range [startfrom,stopat[.

Runs the apps with a name >= startfrom and < stopat. The default will run all apps starting with a capital (like the examples). Specify None to disable the limit. If count is positive, at most count scripts are executed. If recursive is True, also the files in submenu are played. If random is True, the files in any submenu are shuffled before running.