From 8bed5f724f66325b345ea2411950af3c451c58a4 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Tue, 28 Jul 2015 15:15:42 -0700 Subject: [PATCH] nomad: test placeholders --- nomad/plan_apply_test.go | 7 +++++++ nomad/worker_test.go | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 nomad/plan_apply_test.go create mode 100644 nomad/worker_test.go diff --git a/nomad/plan_apply_test.go b/nomad/plan_apply_test.go new file mode 100644 index 000000000..911ce2e5d --- /dev/null +++ b/nomad/plan_apply_test.go @@ -0,0 +1,7 @@ +package nomad + +import "testing" + +func TestPlanApply(t *testing.T) { + // TODO +} diff --git a/nomad/worker_test.go b/nomad/worker_test.go new file mode 100644 index 000000000..428f7e2de --- /dev/null +++ b/nomad/worker_test.go @@ -0,0 +1,7 @@ +package nomad + +import "testing" + +func TestWorker(t *testing.T) { + // TODO +}