We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9eb72 commit 5ca9f6bCopy full SHA for 5ca9f6b
tests/test_default.py
@@ -0,0 +1,4 @@
1
+"""Default smoke test to ensure test suite is non-empty."""
2
+
3
+def test_default_passes() -> None:
4
+ assert True
0 commit comments