scriptTestBuilder.py currently looks pretty terrible. It's a really bad practice to make your code print hardcoded blocks like this. It soon becomes a mess when you want to update the template code.
You should clearly look at some templating engines, pick one and stick to it. I guess that jinja is powerful enough to do the trick.
scriptTestBuilder.pycurrently looks pretty terrible. It's a really bad practice to make your code print hardcoded blocks like this. It soon becomes a mess when you want to update the template code.You should clearly look at some templating engines, pick one and stick to it. I guess that jinja is powerful enough to do the trick.