Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarketSquare/robotframework-ai
/ robot_tests
Function
robot_tests
src/main.py:45–46 ·
view source on GitHub ↗
(s='')
Source
from the content-addressed store, hash-verified
43
print(assistant.send_message())
44
assistant.delete_assistant()
45
def
robot_tests(s=
''
):
46
run(
"atest/"
+s, listener=
"atest/listeners/LoggerListener.py"
)
47
48
def
pytests():
49
pytest.main([
"utest/"
])
Callers
1
main.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected