Prompt example extracted from DSPy Examples.
Running specific generated tests You can run specific generated tests by using the `-k` flag with `pytest`. For example, to test the generated program located at `tests/reliability/complex_types/generated/test_nesting_1` against generated test input `input1.json`, you can run the following command from this directory: ```bash pytest test_generated.py -k "test_nesting_1-input1" ```