среда, 16 марта 2016 г.

Pytest configuration

List fixtures for the given path
py.test --fuxtures [testpath]
Enable external pytest plugin
Add pytest_plugins variable to conftest.py
pytest_plugins = ['path.to.external.pytest.plugin']

Комментариев нет:

Отправить комментарий