This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Description
This line is problematic:
|
summary = metadata("python3-pip-skeleton")["summary"] |
First of all it needs the name of the module, which created DiamondLightSource/python3-pip-skeleton-cli#85, also it needs you to reinstall after fixing the issue in editable mode, which will trip people up. I suggest we go back to the less robust but simpler approach of:
def test_module_summary():
assert_not_contains_text(
"pyproject.toml",
"One line description of your module",
"so [project] description is a one line description of your module",
)
@garryod thoughts?