Skip to content

Commit 39e35f8

Browse files
authored
Create test.py
1 parent a49d824 commit 39e35f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: test.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"""
2+
A simple test file to avoid failing the CI.
3+
"""
4+
5+
def test_something():
6+
assert 1

0 commit comments

Comments
 (0)