From 6318c3a1c9e03ce6519b1caefc7da83967692b1f Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Thu, 21 Nov 2024 00:48:48 +0100 Subject: [PATCH] remove commented code --- bundle/config/mutator/translate_paths_test.go | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/bundle/config/mutator/translate_paths_test.go b/bundle/config/mutator/translate_paths_test.go index f5c1bf41..bf6ba15d 100644 --- a/bundle/config/mutator/translate_paths_test.go +++ b/bundle/config/mutator/translate_paths_test.go @@ -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) {