Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions tests/test_placeholder.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""Placeholder so pytest does not exit with code 5 (no tests collected) on the
empty scaffold. Real tests land alongside #17 / #18 / #19; this file is
removed once those tests exist and exercise the suite."""

from __future__ import annotations


def test_placeholder() -> None:
assert 1 + 1 == 2
Loading