mirror of
https://github.com/facefusion/facefusion.git
synced 2026-09-19 14:02:18 +02:00
refactor state manager (#1237)
* refactor state manager * refactor state manager * refactor state manager * refactor state manager
This commit is contained in:
@@ -17,6 +17,8 @@ from .assert_helper import get_test_example_file, get_test_examples_directory, g
|
||||
|
||||
@pytest.fixture(scope = 'module', autouse = True)
|
||||
def before_all() -> None:
|
||||
state_manager.init()
|
||||
|
||||
process_manager.start()
|
||||
state_manager.init_item('temp_path', tempfile.gettempdir())
|
||||
state_manager.init_item('temp_frame_format', 'png')
|
||||
|
||||
Reference in New Issue
Block a user