Skip to content

Commit a4ebb4b

Browse files
author
Kunwartejpal Sidhu
committed
Fix CI by adding tests directory and smoke test
1 parent e7ae0b0 commit a4ebb4b

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+
"""A minimal smoke test to ensure the test suite runs."""
3+
assert True

0 commit comments

Comments
 (0)