manim/tests/test_graphical_units/conftest.py
Darylgolden 6018ebf445 Revert "Merge branch 'main' of https://github.com/ManimCommunity/manim"
This reverts commit e7f9d23aa7, reversing
changes made to afe91d02b6.
2023-07-31 15:29:39 +08:00

8 lines
141 B
Python

from __future__ import annotations
import pytest
@pytest.fixture
def show_diff(request):
return request.config.getoption("show_diff")