snaptol.plugin.pytest_configure#
- snaptol.plugin.pytest_configure(config)[source]#
Validates command line option combinations for snaptol snapshot management. This hook is called during pytest configuration to ensure that incompatible options are not used together.
- Parameters:
config (
Config) – The pytest configuration object containing command line options and settings.- Raises:
ValueError – If incompatible command line options are used together.