mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-06 23:58:44 +00:00
Test modules filtering bug that was fixed in #193
This commit is contained in:
@@ -29,9 +29,9 @@ func TestGetModified_NoFiles(t *testing.T) {
|
||||
nil,
|
||||
},
|
||||
{
|
||||
"Should ignore .tf files in a module directory and return an empty list",
|
||||
[]string{"_modules/file.tf", "modules/file.tf", "parent/_modules/file.tf", "parent/modules/file.tf"},
|
||||
nil,
|
||||
"Should ignore .tf files in module directories",
|
||||
[]string{"_modules/file.tf", "modules/file.tf", "parent/_modules/file.tf", "parent/modules/file.tf", "main.tf"},
|
||||
[]string{"."},
|
||||
},
|
||||
{
|
||||
"Should ignore tfstate files and return an empty list",
|
||||
|
||||
Reference in New Issue
Block a user