mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-13 13:17:40 +02:00
9 lines
286 B
Python
9 lines
286 B
Python
"""Crisp interactive test runner for product-analytics-v1.
|
|
|
|
A small Typer CLI that discovers tests via pytest's own collector, lets you
|
|
cherry-pick them in a Textual tree, and runs them in-process while a Rich
|
|
dashboard streams pass/fail live.
|
|
|
|
Entry point: python -m tests.runner
|
|
"""
|