ReconfigureIO / platform

The backend of app.reconfigure.io
1 stars 1 forks source link

fake-batch tests contaminate git repository #285

Open pwaller opened 5 years ago

pwaller commented 5 years ago

At the moment they cause a /logs/ directory to be created.

go test -v ./cmd/fake-batch.

We should avoid creating that, either by using a temporary directory or by having an in-memory store.