Atlassian Bamboo with Django & Python - Possible?

后端 未结 4 1269
没有蜡笔的小新
没有蜡笔的小新 2021-01-30 03:33

At my company, we currently use Atlassian Bamboo for our continuous integration tool. We currently use Java for all of our projects, so it works great.

However, we are

4条回答
  •  旧时难觅i
    2021-01-30 03:57

    If you use pytest you can simply use py.test --junitxml=/path/to/results/xml/file.xml

提交回复
热议问题