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
During conversation of #4, several people expressed the desire to report missing templates that do not end in .html or .htm, as some templates end in .txt or arbitrary extensions like .subject.
We should probably default to .html, .htm, and .txt (this last is used by Django emails). It should be possible for developers to configure the extensions being matched by the find_executable_files() method, so that they can add arbitrary extensions like .subject if necessary.
The text was updated successfully, but these errors were encountered:
Great work on this plugin! In my project, the Django template engine is also used to generate PDFs. These templates are LaTeX files with .tex extensions. Seeing them in coverage reports would make this even more awesome.
During conversation of #4, several people expressed the desire to report missing templates that do not end in
.html
or.htm
, as some templates end in.txt
or arbitrary extensions like.subject
.We should probably default to
.html
,.htm
, and.txt
(this last is used by Django emails). It should be possible for developers to configure the extensions being matched by thefind_executable_files()
method, so that they can add arbitrary extensions like.subject
if necessary.The text was updated successfully, but these errors were encountered: