We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c039a commit 4809f56Copy full SHA for 4809f56
1 file changed
tests/test_smoke.py
@@ -0,0 +1,3 @@
1
+def test_smoke():
2
+ """Simple smoke test just to prove CI works."""
3
+ assert 1 + 1 == 2
0 commit comments