成功的Bitbucket管道尽管在Django测试中有例外

时间:2018-06-13 07:06:18

标签: django testing exception bitbucket bitbucket-pipelines

即使在python测试中发生异常,Bitbucket管道也能成功完成。有没有人知道如何在发生异常时使管道失败?

在bitbucket-pipelines.yml中,测试按原样执行:

- step:
     name: test
     image: python:latest
     script:
       ...
       - docker run --rm -e latest_build python manage.py test -v2 --noinput

0 个答案:

没有答案