-# Copyright (C) 2019, 2020, 2021 The Meme Factory, Inc.
+# Copyright (C) 2019, 2020, 2021, 2024 The Meme Factory, Inc.
# http://www.karlpinc.com/
# This file is part of PGWUI_Upload.
# includeme()
-mock_add_route = testing.instance_method_mock_fixture('add_route')
-mock_scan = testing.instance_method_mock_fixture('scan')
+mock_add_route = testing.late_instance_mock_fixture('add_route')
+mock_scan = testing.late_instance_mock_fixture('scan')
@pytest.mark.unittest
-# Copyright (C) 2018, 2019, 2020, 2021 The Meme Factory, Inc.
+# Copyright (C) 2018, 2019, 2020, 2021, 2024 The Meme Factory, Inc.
# http://www.karlpinc.com/
# This file is part of PGWUI_Upload.
'pgwui_logout': '/logout',
'home_page': '/'}
-mock_init = testing.instance_method_mock_fixture('init')
+mock_init = testing.late_instance_mock_fixture('init')
# Helper classes