* [FEATURE] Plex sanitized title and uid. Add into prebuilt preset * update fixtures, add fixture test * lint
6 lines
192 B
Python
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
|