syrupy-project / syrupy

:pancakes: The sweeter pytest snapshot plugin
https://syrupy-project.github.io/syrupy/
Apache License 2.0
542 stars 37 forks source link

Add e2e tests for common plugins to test compatibility #882

Open noahnu opened 2 months ago

noahnu commented 2 months ago

Is your feature request related to a problem? Please describe.

We had a regression with pytest-rerunfailures here: https://github.com/syrupy-project/syrupy/issues/879. This isn't the first tool compatibility bug we've had.

Describe the solution you'd like

A suite of e2e tests where we install various plugins to test for compatibility. This shouldn't be part of the standard test suite since some of these plugins might have conflicting dependencies.