mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
Collect all todo testcases in a single file
This commit is contained in:
@ -15,6 +15,14 @@ import (
|
||||
)
|
||||
|
||||
func TestTemplateVersionPresets(t *testing.T) {
|
||||
// TODO (sasswart): test case: what if immutable parameters are used in the preset?
|
||||
// TODO (sasswart): test case: what if presets are defined for a template version with no params?
|
||||
// TODO (sasswart): test case: what if a non active version is selected?
|
||||
// TODO (sasswart): test case: what if a preset is selected that has no parameters?
|
||||
// TODO (sasswart): what if we have preset params and autofill params on the same param?
|
||||
// TODO (sasswart): test case: if we move from preset to no preset, do we reset the params?
|
||||
// If so, how should it behave? Reset to initial value? reset to last set value?
|
||||
// TODO (sasswart): test case: rich parameters
|
||||
// TODO (sasswart): Test case: what if a user tries to read presets or preset parameters from a different org?
|
||||
|
||||
t.Parallel()
|
||||
|
Reference in New Issue
Block a user