pytest-csv-params/_ptcsvp/plugin.py

16 lines
247 B
Python
Raw Normal View History

2022-08-14 22:01:28 +02:00
"""
The main Plugin implementation
"""
class Plugin: # pylint: disable=too-few-public-methods
"""
Plugin Class
"""
def __init__(self, config):
"""
Hold the pytest config
"""
self.config = config