-# 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_Copy.
#
def test_check_setting_is_pgwui_check_settings(
pgwui_check_settings_entry_point):
- '''Ensure that pgwui_copy has a pgwui.check_settings entry point
+ '''Ensure that pgwui_copy has a ".pgwui_copy" check_settings entry point
'''
- assert (pgwui_check_settings_entry_point('pgwui_copy.check_settings')
- is True)
+ assert pgwui_check_settings_entry_point('.pgwui_copy') is True
# Mocks
# Module packaging test
def test_pgwui_copy_is_pgwui_component(pgwui_component_entry_point):
- '''Ensure that pgwui_copy is a pgwui.component entry point
+ '''Ensure that ".pgwui_copy" is a pgwui.component entry point
'''
- assert pgwui_component_entry_point('pgwui_copy') is True
+ assert pgwui_component_entry_point('.pgwui_copy') is True
# build_sensitive_dbs()