nomad: test placeholders

This commit is contained in:
Armon Dadgar
2015-07-28 15:15:42 -07:00
parent e7e8575319
commit db7457cffa
2 changed files with 14 additions and 0 deletions

7
nomad/plan_apply_test.go Normal file
View File

@@ -0,0 +1,7 @@
package nomad
import "testing"
func TestPlanApply(t *testing.T) {
// TODO
}

7
nomad/worker_test.go Normal file
View File

@@ -0,0 +1,7 @@
package nomad
import "testing"
func TestWorker(t *testing.T) {
// TODO
}