Exceptions

exceptions

exception pytest_needle.exceptions.ImageMismatchException(message, baseline_image, output_image, *args)

Bases: pytest_needle.exceptions.NeedleException

Image mismatch exception

exception pytest_needle.exceptions.MissingBaselineException(message, *args)

Bases: pytest_needle.exceptions.NeedleException

Missing baseline exception

exception pytest_needle.exceptions.MissingEngineException(message, *args)

Bases: pytest_needle.exceptions.NeedleException

Missing engine exception

exception pytest_needle.exceptions.NeedleException

Bases: exceptions.AssertionError

Base exception for pytest-needle