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
PyTest attempts to run the current template file test_template.py.
It might make sense to convert all templates to .template or .txt and also consider using the built-in method string.Template() for and ${replace_this} for substitutions.
PyTest attempts to run the current template file
test_template.py
.It might make sense to convert all templates to .template or .txt and also consider using the built-in method
string.Template()
for and${replace_this}
for substitutions.The following article explains
string.Template
: https://florian-dahlitz.de/blog/generate-file-reports-using-pythons-template-classThe text was updated successfully, but these errors were encountered: