NAMD / pypelinin

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

Create integration tests (integration between daemons) #7

Open turicas opened 11 years ago

turicas commented 11 years ago

We test Router, Broker and Pipeliner using integration tests (the tests communicate with these daemons using ZeroMQ), but we need integration tests where we run all daemons and let them interact with each other.

turicas commented 11 years ago

Maybe this article can helps: https://www.sqlite.org/testing.html

andrebco commented 11 years ago

Maybe should consider a dummy store to avoid more complexity to tests