zerovm / zpm

ZeroVM Package Manager
Apache License 2.0
6 stars 11 forks source link

Need better integration tests for zpm commands #166

Open larsbutler opened 10 years ago

larsbutler commented 10 years ago

It would be really useful to have a few integration tests with test everything in a typical workflow: new -> bundle -> deploy -> execute. The HTTP requests could be mocked out (in order to keep the test setup minimal and painless). Such tests would catch bugs like the one fixed here: https://github.com/zerovm/zpm/pull/165.