Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有用于 python nose/jenkins/junit 的工具/插件将测试结果存储在持久数据库中?
我们有数千个测试,并希望能够在一个地方跟踪它们以查看历史等。
你用过nosewith--with-xunit和--xunit-file=...选项吗?这将在 xml 文件中为您提供测试结果。然后,您可以解析该 xml 文件以获取结果和历史记录。您可以使用
nose
--with-xunit
--xunit-file=...
nostests --with-xunit --xunit-file=foo.baz tests/