ytdl-sub/tests/unit/utils/test_fixtures.py
Jesse Bannon 73094e79bb
[FEATURE] Plex sanitized title and uid. Add into prebuilt preset (#449)
* [FEATURE] Plex sanitized title and uid. Add into prebuilt preset

* update fixtures, add fixture test

* lint
2023-02-20 10:19:44 -08:00

6 lines
192 B
Python

from resources import REGENERATE_FIXTURES
def test_regenerate_fixtures_is_false() -> None:
"""Make sure this is always set to False when committing"""
assert not REGENERATE_FIXTURES