Skip to content

Commit 1088aa2

Browse files
authored
Create test_basic.py with a dummy test
Add a basic test to ensure pytest collects tests.
1 parent fef1aac commit 1088aa2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

test_basic.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# test_basic.py
2+
3+
def test_environment_setup():
4+
"""
5+
A simple dummy test to ensure pytest collects at least one test
6+
and prevents exit code 5 in CI/CD pipelines.
7+
"""
8+
assert True

0 commit comments

Comments
 (0)