-# Copyright (C) 2020, 2021 The Meme Factory, Inc. http://www.karlpinc.com/
+# Copyright (C) 2020, 2021, 2024 The Meme Factory, Inc.
+# http://www.karlpinc.com/
# This file is part of Pgwui_Logout.
#
pgwui_check_settings_entry_point):
'''Ensure that pgwui_logout has a pgwui.check_settings entry point
'''
- assert (pgwui_check_settings_entry_point('pgwui_logout.check_settings')
- is True)
+ assert pgwui_check_settings_entry_point('.pgwui_logout') is True
# Mocks
-# Copyright (C) 2018, 2019, 2020 The Meme Factory, Inc.
+# Copyright (C) 2018, 2019, 2020, 2024 The Meme Factory, Inc.
# http://www.karlpinc.com/
# This file is part of PGWUI_Logout.
# Module packaging test
-def test_pgwui_upload_is_pgwui_component(pgwui_component_entry_point):
- '''Ensure that pgwui_upload is a pgwui.component entry point
+def test_pgwui_logout_is_pgwui_component(pgwui_component_entry_point):
+ '''Ensure that ".pgwui_logout" is a pgwui.component entry point
'''
- assert pgwui_component_entry_point('pgwui_logout') is True
+ assert pgwui_component_entry_point('.pgwui_logout') is True
# Functional tests