Skip to content

Commit 4809f56

Browse files
authored
Add tests/test_smoke.py smoke testAdd tests/test_smoke.py smoke testCreate test_smoke.py
1 parent e9c039a commit 4809f56

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_smoke.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)