remove commented code

This commit is contained in:
Shreyas Goenka 2024-11-21 00:48:48 +01:00
parent 0cd35d90ea
commit 6318c3a1c9
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 27 deletions

View File

@ -560,33 +560,6 @@ file extensions: [.py, .r, .scala, .sql, .ipynb]`, ext))
}
})
}
// touchEmptyFile(t, filepath.Join(dir, "doesnt_exist.py"))
// b := &bundle.Bundle{
// SyncRootPath: dir,
// SyncRoot: vfs.MustNew(dir),
// Config: config.Root{
// Resources: config.Resources{
// Pipelines: map[string]*resources.Pipeline{
// "pipeline": {
// PipelineSpec: &pipelines.PipelineSpec{
// Libraries: []pipelines.PipelineLibrary{
// {
// Notebook: &pipelines.NotebookLibrary{
// Path: "./doesnt_exist",
// },
// },
// },
// },
// },
// },
// },
// },
// }
// bundletest.SetLocation(b, ".", []dyn.Location{{File: filepath.Join(dir, "fake.yml")}})
}
func TestPipelineFileDoesNotExistError(t *testing.T) {