Skip to content

Commit 6a806dd

Browse files
committed
chore: drop issue-number reference from tests.yml comment
The "Closes #26." header in the pytest step comment belongs in the PR description, not in CI config — comments shouldn't reference the task that introduced them.
1 parent 675572a commit 6a806dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
run: python -m unittest discover tests -v
5353

5454
- name: Run pytest integration suite
55-
# Closes #26. Pytest fixtures (tests/conftest.py) build a temp
56-
# workspaceStorage and exercise the Flask routes via app.test_client().
57-
# Runs alongside unittest, not instead of — both suites are merge gates.
55+
# Pytest fixtures (tests/conftest.py) build a temp workspaceStorage
56+
# and exercise the Flask routes via app.test_client(). Runs alongside
57+
# unittest, not instead of — both suites are merge gates.
5858
run: python -m pytest tests/ -v --tb=short
5959

6060
# ── Typecheck: mypy ───────────────────────────────────────────────────────

0 commit comments

Comments
 (0)