This repository was archived by the owner on Mar 13, 2024. It is now read-only.
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
Replace the metadata check in test_boilerplate_removed.py #144
Open
Description
This line is problematic:
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?
Metadata
Metadata
Assignees
Labels
No labels