TritonDataCenter / triton-kubernetes

Kubernetes on Triton
Mozilla Public License 2.0
183 stars 44 forks source link

Dev #100

Closed 1010sachin closed 6 years ago

niravpatel27 commented 6 years ago

@1010sachin You will have to mock the directory. Try creating a dummy directory(dont use actual directory name) and remove it once you are done.

niravpatel27 commented 6 years ago

Looks good!

niravpatel27 commented 6 years ago

If possible, could we please format our failed tests like below...so that we can have better reporting for our tests when it fails.

if expected != err.Error() {
        t.Errorf("Wrong output, expected %s, received %s", expected, err.Error())
    }