Add unit tests for our mail API

This commit is contained in:
Raphael Michel
2015-06-03 18:09:00 +02:00
parent 6e8d143c36
commit fad8605aa7
7 changed files with 82 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
{% load i18n %}
This is a test file for sending mails.
{% get_current_language as LANGUAGE_CODE %}
The language code used for rendering this e-mail is {{ LANGUAGE_CODE }}.