pgwui_check_settings_entry_point):
'''Ensure that pgwui_bulk_upload has a pgwui.check_settings entry point
'''
- assert (pgwui_check_settings_entry_point(
- 'pgwui_bulk_upload.check_settings') is True)
+ assert pgwui_check_settings_entry_point('.pgwui_bulk_upload') is True
# Mocks
# Module packaging test
def test_pgwui_bulk_upload_is_pgwui_component(pgwui_component_entry_point):
- '''Ensure that pgwui_bulk_upload is a pgwui.component entry point
+ '''Ensure that ".pgwui_bulk_upload" is a pgwui.component entry point
'''
- assert pgwui_component_entry_point('pgwui_bulk_upload') is True
+ assert pgwui_component_entry_point('.pgwui_bulk_upload') is True
# establish_settings()