mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
nomad: test placeholders
This commit is contained in:
7
nomad/plan_apply_test.go
Normal file
7
nomad/plan_apply_test.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package nomad
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestPlanApply(t *testing.T) {
|
||||
// TODO
|
||||
}
|
||||
7
nomad/worker_test.go
Normal file
7
nomad/worker_test.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package nomad
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestWorker(t *testing.T) {
|
||||
// TODO
|
||||
}
|
||||
Reference in New Issue
Block a user