Komodo has a unit testing interface for Perl, PHP, Ruby and Python. Unit tests can be defined within project or file preferences. Test output is displayed in the Test Results tab in the bottom pane. Click on an error to jump to the relevant file and line number.
To create a test plan for a specific file, click Tools|Test Plans|Create New Test Plan.... File-based test plans can be edited and managed in the file's preferences (Edit|Current File Settings).
To create a project-specific test plan, right-click on a project and select Create New Test Plan.... Project-specific test plans can be edited and managed in the project preferences.
In the "Define a new Test Plan" dialog box:
To edit an existing test plan, select the test plan from the drop list in the Test Results tab and click the Edit Current Test Plan button.
If the test framework you are running requires additional libraries that are not in the language interpreter's default search path (e.g. PERL5LIB or PYTHONPATH), you can add them to the language settings in the project properties or global preferences.
To run a test plan, select it from the drop list in the Tests Results tab in the bottom pane and click the Run Test Plan button. The drop list shows all test plans available for the current file and in the active project.
These plans can also be started from the Tools|Test menu.
Project-specific test plans can be run by right-clicking on the project to bring up the context menu, then selecting the test plan from the Test sub-menu.
Version 4.3 of Komodo allowed the creation of global test plans. Since these are almost always associated with specific files, version 4.4 has replaced global test plans with file-specific ones.
To copy or move a global test plan into the current document's preferences, select Tools|Test|Move Global Test Plans to Document. This opens the "Import Global Test Plans" dialog. Select the desired test plans and click Move (deletes the global test plans), or Copy (leaves them available for other documents).
Documentation Archive (older versions)
© 2017 ActiveState Software Inc. All rights reserved. ActiveState®,
Komodo®, ActivePerl®, ActivePython®, and ActiveTcl® are registered
trademarks of ActiveState.
All other marks are property of their respective owners.