Bitbucket pipeline cannot find the file in the test folder: FileNotFoundError: [Errno 2]
Solution 1:
According to the screenshot, the file that does indeed exist is called Test_Input.csv
(uppercase I
). You're getting FileNotFoundError
for Test_input.csv
(lowercase i
). Please make sure that your test expects the filename that is actually present.