twolfson / sublime-plugin-tests

Testing framework for Sublime Text plugins
The Unlicense
22 stars 2 forks source link

Consider moving test auto kill from plugin to framework #8

Open twolfson opened 11 years ago

twolfson commented 11 years ago

I like environment variables as sugar but not as core functionality. It makes me extremely uncomfortable to use

$ SUBLIME_TESTS_AUTO_KILL=TRUE ./test.sh

I would like to explore using subprocess.Popen to open a child process, wait for the output to exist, kill the child process, and continue.

http://docs.python.org/2/library/subprocess.html#subprocess.Popen