pylero
pylero copied to clipboard
Support for pylero-cmd to create/update TestCase objects
Looking a the code and playing around with it I can query tests cases but it looks like I can only create/update test runs. I have a need to create/update test cases. Any chance we can support that functionality?
The project is intent to be used as library, the CLI did not include much function or not even been added into the cmd list.
@leelavg I feel there is a history of why not included it, any comments.
why not included it
- basically, this project predates my joining in RH by at-least 4 yrs 😅
- from what I remember the pylero-cmd was developed as a standalone using pylero just as a module, there used to be a confluence page mentioning the same
- and as such, only required functionality was coded by then author of pylero-cmd
- having said that, extending anything in pylero-cmd is up for grabs and mostly current maintainers may not be able to spend much time on that