码迷,mamicode.com
首页 > 其他好文 > 详细

pytest default config.option

时间:2019-03-12 18:43:54      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:res   lob   error   col   set   override   def   list   pdb   

option = {Namespace} Namespace(assertmode=‘rewrite‘, basetemp=None, cacheclear=False, cacheshow=False, capture=‘no‘, collect_in_virtualenv=False, collectonly=False, color=‘auto‘, confcutdir=None, continue_on_collection_errors=False, debug=False, deselect=None, disable_warnings
assertmode = {str} ‘rewrite‘
basetemp = {NoneType} None
cacheclear = {bool} False
cacheshow = {bool} False
capture = {str} ‘no‘
collect_in_virtualenv = {bool} False
collectonly = {bool} False
color = {str} ‘auto‘
confcutdir = {NoneType} None
continue_on_collection_errors = {bool} False
debug = {bool} False
deselect = {NoneType} None
disable_warnings = {bool} False
doctest_continue_on_failure = {bool} False
doctest_ignore_import_errors = {bool} False
doctestglob = {list} <type ‘list‘>: []
doctestmodules = {bool} False
doctestreport = {str} ‘udiff‘
durations = {NoneType} None
failedfirst = {bool} False
file_or_dir = {list} <type ‘list‘>: []
fulltrace = {bool} False
help = {bool} False
ignore = {NoneType} None
importmode = {str} ‘prepend‘
inifilename = {NoneType} None
junitprefix = {NoneType} None
keepduplicates = {bool} False
keyword = {str} ‘‘
last_failed_no_failures = {str} ‘all‘
lf = {bool} False                # this is --lf
log_cli_date_format = {NoneType} None
log_cli_format = {NoneType} None
log_cli_level = {NoneType} None
log_date_format = {NoneType} None
log_file = {NoneType} None
log_file_date_format = {NoneType} None
log_file_format = {NoneType} None
log_file_level = {NoneType} None
log_format = {NoneType} None
log_level = {NoneType} None
log_print = {NoneType} None
markers = {bool} False
markexpr = {str} ‘‘
maxfail = {int} 0
newfirst = {bool} False
noconftest = {bool} False
override_ini = {NoneType} None
pastebin = {NoneType} None
plugins = {list} <type ‘list‘>: []
pyargs = {bool} False
pythonwarnings = {NoneType} None
reportchars = {str} ‘‘
resultlog = {NoneType} None
rootdir = {NoneType} None
runxfail = {bool} False
setuponly = {bool} False
setupplan = {bool} False
setupshow = {bool} False
show_fixtures_per_test = {bool} False
showcapture = {str} ‘all‘
showfixtures = {bool} False
showlocals = {bool} False
stepwise = {bool} False
stepwise_skip = {bool} False
strict = {bool} False
tbstyle = {str} ‘auto‘
trace = {bool} False
traceconfig = {bool} False
usepdb = {bool} False
usepdb_cls = {NoneType} None
verbose = {int} 1
version = {bool} False
xmlpath = {NoneType} None       # corresponded to --junit-xml option from command line

pytest default config.option

标签:res   lob   error   col   set   override   def   list   pdb   

原文地址:https://www.cnblogs.com/xiaoyanxuzi/p/10510722.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!