mirror of
https://github.com/go-task/task.git
synced 2025-06-23 00:38:19 +02:00
refactor: unify how executor tests are written (#2042)
* feat: use TaskTest for executor tests * feat: more tests * feat: separate tests for executing and formatting with new functional options that work for both test types * feat: formatter tests * refactor: more tests
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
entrypoint-global-dotenv
|
||||
entrypoint-global-dotenv
|
@ -0,0 +1,2 @@
|
||||
entrypoint-global-vars
|
||||
entrypoint-global-vars
|
@ -0,0 +1,2 @@
|
||||
entrypoint-task-call-vars
|
||||
entrypoint-task-call-dotenv
|
@ -0,0 +1,2 @@
|
||||
entrypoint-task-call-task-vars
|
||||
entrypoint-task-call-task-vars
|
@ -0,0 +1,2 @@
|
||||
entrypoint-task-call-vars
|
||||
entrypoint-global-vars
|
@ -0,0 +1,2 @@
|
||||
entrypoint-global-vars
|
||||
entrypoint-task-dotenv
|
@ -0,0 +1,2 @@
|
||||
entrypoint-task-vars
|
||||
entrypoint-task-vars
|
@ -0,0 +1,2 @@
|
||||
included-global-vars
|
||||
included-global-vars
|
@ -0,0 +1,2 @@
|
||||
included-task-call-vars
|
||||
included-global-vars
|
@ -0,0 +1,2 @@
|
||||
included-task-call-task-vars
|
||||
included-task-call-task-vars
|
@ -0,0 +1,2 @@
|
||||
included-task-call-vars
|
||||
included-global-vars
|
@ -0,0 +1,2 @@
|
||||
included-global-vars
|
||||
included-task-dotenv
|
@ -0,0 +1,2 @@
|
||||
included-task-vars
|
||||
included-task-vars
|
2
testdata/var_inheritance/v3/shell/testdata/TestVarInheritance-shell.golden
vendored
Normal file
2
testdata/var_inheritance/v3/shell/testdata/TestVarInheritance-shell.golden
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
shell
|
||||
shell
|
Reference in New Issue
Block a user