update 33.1 50

This commit is contained in:
2026-08-10 03:23:30 -03:00
parent 33f0559268
commit ef63b02554
23 changed files with 753 additions and 368 deletions

View File

@@ -1,10 +1,10 @@
"""
CLI entry point for contracts_http tool.
CLI entry point for the tester tool.
Usage:
python -m contracts_http discover
python -m contracts_http run
python -m contracts_http run mascotas
python -m tester discover
python -m tester run
python -m tester run customers # only tests matching a pattern
"""
from .cli import main