| from backend.run_end_to_end_demo import main as run_demo | |
| def test_run_demo_returns(): | |
| # just ensure demo runner executes without throwing and prints a dict-like result | |
| run_demo() | |
| from backend.run_end_to_end_demo import main as run_demo | |
| def test_run_demo_returns(): | |
| # just ensure demo runner executes without throwing and prints a dict-like result | |
| run_demo() | |