8 lines
117 B
Go
8 lines
117 B
Go
package executor
|
|
|
|
import "testing"
|
|
|
|
func TestExecutorBasic(t *testing.T) {
|
|
testExecutor(t, NewBasicExecutor, nil)
|
|
}
|