pytest 配置檔案

2021-10-25 03:20:47 字數 443 閱讀 9779

pytest 配置檔案

該操作就是為了省事,可以直接執行pytest不用加引數,類名等

命令列執行方式

在專案根目錄下進入命令列

在pycharm中,使用terminal選項代替命令列操作

配置檔案示例:pytest.ini(注意該檔案 內不能有中文注釋,實際執行時去掉中文)

[pytest]

#新增命令列執行引數

addopts = -s

#新增測試用例所在資料夾

testpaths=scripts

#新增測試檔案.py

python_files=test_*.py

#新增測試類

python_classes = test*

#新增測試方法

python_function = test*

drbd配置檔案 drbd配置檔案

drbd配置檔案 vim usr local drbd etc drbd.d global common.conf global usage count yes 是否參加drbd使用者統計 common protocol c 使用drbd的第三種同步協議 disk 使用dpod功能保證在數 on i...

Spring配置檔案載入外部配置檔案

有時,應用程式可能需要從不同的位置 例如 檔案系統 classpath或者url 讀取外部資源 例如 文字檔案 xml檔案 屬性檔案或或者影象檔案 通常,為了從不同位置載入資源,需要和不同的api打交道。spring的資源載入器提供了乙個統一的getresource 方法,使用這個方法可以通過資源路...

mysql簡單配置檔案 MySQL配置檔案

mysql配置檔案 在windows下是my.ini,而在linux下是my.cnf。基本引數 port 3306 埠號 server id 1 basedir c program files mysql mysql server 5.5 基準路徑,其他路徑都相對於這個路徑 datadir c pr...