[关闭]
@songying 2019-01-11T13:27:49.000000Z 字数 223 阅读 1044

1. Installing and Using plugins

pytest


安装与卸载

  1. pip install pytest-NAME
  2. pip uninstall pytest-NAME

Requiring/Loading plugins in a test module or conftest file

Finding out which plugins are active

  1. pytest --trace-config

Deactivating / unregistering a plugin by name

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注