MarketSquare / MarketSquare/robotframework-ai
Feature: argument `format` for the RealTestDataGenerator module should be used to format the Response object
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
As of now the format argument in the RealTestDataGenerator is used in the creation of the message for the Prompt object. This should instead be used when formatting the Response object. The user should have multiple options depending on the type of test data generated, such as a list or a dictionary.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the RealTestDataGenerator module and trace how its format argument currently affects the Prompt message and how the Response object is formatted. Check the existing tests or examples for generated test data, then make the format options produce the requested response shapes, including lists and dictionaries, and verify those cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100