Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Not to mention whether or not the Python scripts have already been written and the OP is trying to test them after the fact. Commented Jul 3, 2024 at 23:34
  • @GregBurghardt: I guess the OP asks about a living code base. I would expect code which already exists, and code which will be written in the future. The existing parts are a probably a good basis for the missing requirements analysis, but might need some refactoring to make them unit testable. In the end, it does not really matter - even for a generic framework, one needs to have at idea what's going on with these JSON and XML files. Just "they are processed by some Python scripts" isn't enough. Commented Jul 4, 2024 at 6:43