From f10ff9ded594f81f9072355ca91c4360e35f58e5 Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Sat, 9 May 2026 10:44:06 -0700 Subject: [PATCH] Rename run-samples to run-examples --- examples/{run-samples.py => run-examples.py} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename examples/{run-samples.py => run-examples.py} (93%) diff --git a/examples/run-samples.py b/examples/run-examples.py similarity index 93% rename from examples/run-samples.py rename to examples/run-examples.py index f6cbb426..1deac00b 100755 --- a/examples/run-samples.py +++ b/examples/run-examples.py @@ -1,13 +1,13 @@ #!/usr/bin/env python3 -"""Run example samples and report results. +"""Run examples and report results. Usage (from repo root): - uv run examples/run-samples.py # text-only samples - uv run examples/run-samples.py --image # also run image samples - uv run examples/run-samples.py --video # also run video samples - uv run examples/run-samples.py --e2e # also run e2e test scripts - uv run examples/run-samples.py --all # run everything - uv run examples/run-samples.py --parallel # run in parallel + uv run examples/run-examples.py # text-only samples + uv run examples/run-examples.py --image # also run image samples + uv run examples/run-examples.py --video # also run video samples + uv run examples/run-examples.py --e2e # also run e2e test scripts + uv run examples/run-examples.py --all # run everything + uv run examples/run-examples.py --parallel # run in parallel """ import argparse