runway.tests.handlers.script module¶
Script test runner.
- class runway.tests.handlers.script.ScriptHandler[source]¶
Bases:
TestHandler
Handle script tests.
- Parameters:
commands – A list of commands to be executed in order. Each command is run in its own subprocess. The working directory will be the same as where the ‘runway test’ command was executed.
Example