Skip to content

Commit 5da150b

Browse files
committed
fix: add sample tests
1 parent 2b42941 commit 5da150b

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Tests for uipath-openai-agents
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"""Placeholder test file for uipath-openai-agents package."""
2+
3+
4+
def test_placeholder():
5+
"""Placeholder test to ensure pytest runs successfully."""
6+
assert True

0 commit comments

Comments
 (0)