mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 12:21:02 +01:00
8 lines
163 B
Python
8 lines
163 B
Python
|
import pytest
|
||
|
|
||
|
|
||
|
# :TRICKY: Integrate syrupy with unittest test cases
|
||
|
@pytest.fixture
|
||
|
def unittest_snapshot(request, snapshot):
|
||
|
request.cls.snapshot = snapshot
|