mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
8 lines
141 B
Python
8 lines
141 B
Python
from __future__ import annotations
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def show_diff(request):
|
|
return request.config.getoption("show_diff")
|