NAMD / pypelinin

Python library to distribute jobs and pipelines among a cluster
3 stars 5 forks source link

Generalize helpers for openning process on tests #8

Open turicas opened 11 years ago

turicas commented 11 years ago

I have developed some helper functions to help starting processes, killing them and all its children, collecting stdout and stderr etc. All tests for Router, Broker and Pipeliner use these helpers, but I want to separate all these functions in another files/module (maybe tests/utils.py) -- the most up-to-date file that have these functions is tests/test_pipeliner.py.