Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/poml
/ test_basic
Function
test_basic
python/tests/test_basic.py:11–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
11
def
test_basic():
12
assert poml(
"<p>Hello, World!</p>"
) == [{
"speaker"
:
"human"
,
"content"
:
"Hello, World!"
}]
13
14
15
def
test_prompt():
Callers
nothing calls this directly
Calls
1
poml
Function · 0.90
Tested by
no test coverage detected