Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Pytest generation test report of a series of learning initiated by 1 exercise (3)

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

First, background introduction

Pytest provides the ability to generate reports.

You can view it using pytest-- help.

Second, generate test report

-v display details

-Q displays only summary information

-r identifies the result of use case execution with chars, (f) ailed, (E) error, (s) skipped, (x) failed, (X) passed, (p) passed, (P) passed with output, (a) all except pP.

-- disable-warning, disable warnings summary

-l, show locals in tracebacks (disabled by default)

-tb=style,traceback print mode (auto/long/short/line/native/no).

-- tb=no

-full-trace don't cut any tracebacks (default is to cut).

-color=color color terminal output (yes/no/auto).

-- color=no

-- junit-xml=path, create junit-xml style report file at given path.

-- html=path, create html report file at given path.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report