ntoll / drogulus

A programmable peer-to-peer data store built for simplicity, security, openness and fun (and designed to withstand nuclear war).
http://drogul.us
Other
197 stars 21 forks source link

Integration tests should use built in command for starting local nodes #25

Open ntoll opened 9 years ago

ntoll commented 9 years ago

Currently the integration tests duplicate (and simplify) the code needed to start a local node. This is a bad thing since we should dogfood our own utilities. Ergo, the integration test suite should start local nodes using the drogulus start command (passing in a flag to denote test mode - see #22).