projects
/
pgwui_upload_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7df960f
)
Fix component entry point test
author
Karl O. Pinc
<kop@karlpinc.com>
Thu, 21 Mar 2024 21:16:02 +0000
(16:16 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Thu, 21 Mar 2024 21:16:02 +0000
(16:16 -0500)
tests/test_pgwui_upload_core.py
patch
|
blob
|
history
diff --git
a/tests/test_pgwui_upload_core.py
b/tests/test_pgwui_upload_core.py
index 804ecf91d6366dd04e70198b6a984cf755647ac8..ba78778947ecc62d7377efc59228b1f5f00e39d2 100644
(file)
--- a/
tests/test_pgwui_upload_core.py
+++ b/
tests/test_pgwui_upload_core.py
@@
-34,9
+34,9
@@
pytest_plugins = ("pgwui",)
# Module packaging test
def test_pgwui_upload_core_is_pgwui_component(pgwui_component_entry_point):
- '''Ensure that
pgwui_upload_core
is a pgwui.component entry point
+ '''Ensure that
".pgwui_upload_core"
is a pgwui.component entry point
'''
- assert pgwui_component_entry_point('pgwui_upload_core') is True
+ assert pgwui_component_entry_point('
.
pgwui_upload_core') is True
# includeme()