adamwathan / sublime-phpunit

Run individual unit test files directly from Sublime
280 stars 43 forks source link

Console using sublime #20

Closed ghost closed 7 years ago

ghost commented 7 years ago

Is there a way to get the output, when running a test directly into the console of sublime?

All the best;

davidhemphill commented 7 years ago

The Sublime console is just an embedded Python interpreter not a full-blown terminal itself. This package is focused on sending AppleScript commands to dedicated terminal apps.

Trying to pipe the output from the terminal back to ST's console would be pretty janky, not to mention the terminal already has the output right there in focus. :-)