You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: