Quickstart in three commands
~ 5 min read# 1. Install for any host runtime $ pip install testml # 2. Write a single .tml file $ echo "test: hello" > hello.tml # 3. Run it. Same file in every language. $ testml run hello.tml
No demo project to clone. No proprietary runtime. The same three commands work on a fresh laptop or a CI agent.