pytest-csv-params/pytest_csv_params/decorator.py

12 lines
261 B
Python
Raw Permalink Normal View History

2022-08-14 22:01:28 +02:00
"""
This module defines/publishes the main decorator.
2022-08-14 22:01:28 +02:00
"""
from _ptcsvp.parametrize import add_parametrization
csv_params = add_parametrization
"""
Decorator ``@csv_params``
For supported arguments, see :py:meth:`~_ptcsvp.parametrize.add_parametrization`.
"""