gpt4 book ai didi

python - Bitbucket 管道在测试文件夹 : FileNotFoundError: [Errno 2] 中找不到文件

转载 作者:行者123 更新时间:2023-12-05 06:17:23 24 4
gpt4 key购买 nike

我在 bitbucket 管道中收到以下错误:

E   FileNotFoundError: [Errno 2] File /opt/atlassian/pipelines/agent/build/tests/Test_input.csv does not exist: '/opt/atlassian/pipelines/agent/build/tests/Test_input.csv'

But the file exist: check the screen shot

它在我的系统上工作,但在 bitbucket 中不工作,我应该添加 bitbucket-pipelines.yml 的路径吗?怎么办?

这里是 bitbucket-pipelines.yml

image: python:3.7.3

pipelines:
default:
- step:
script:
- pip install -r requirements.txt
- pip install swolfpy-inputdata
- pytest

这是我的 pytest.ini

[pytest]
python_paths = swolfpy_inputdata
testpaths = tests
python_files = tests/test_*.py tests/*_test.py
minversion = 5.4
addopts = --verbose --durations=10 --color=yes --cov=swolfpy_inputdata

最佳答案

根据屏幕截图,确实存在的文件名为 Test_Input.csv(大写 I)。 Test_input.csv(小写 i)出现 FileNotFoundError。请确保您的测试需要实际存在的文件名。

关于python - Bitbucket 管道在测试文件夹 : FileNotFoundError: [Errno 2] 中找不到文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61699302/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com